type github.com/gotd/td/tg.MessageActionSetChatThemeArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L406: func (s MessageActionClassArray) AsMessageActionSetChatTheme() (to MessageActionSetChatThemeArray) {
tl_message_action_slices_gen.go#L2353: type MessageActionSetChatThemeArray []MessageActionSetChatTheme
tl_message_action_slices_gen.go#L2356: func (s MessageActionSetChatThemeArray) Sort(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2364: func (s MessageActionSetChatThemeArray) SortStable(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2372: func (s MessageActionSetChatThemeArray) Retain(keep func(x MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2386: func (s MessageActionSetChatThemeArray) First() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2394: func (s MessageActionSetChatThemeArray) Last() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2402: func (s *MessageActionSetChatThemeArray) PopFirst() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2421: func (s *MessageActionSetChatThemeArray) Pop() (v MessageActionSetChatTheme, ok bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |