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#L2717: type MessageActionSetChatThemeArray []MessageActionSetChatTheme
tl_message_action_slices_gen.go#L2720: func (s MessageActionSetChatThemeArray) Sort(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2728: func (s MessageActionSetChatThemeArray) SortStable(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2736: func (s MessageActionSetChatThemeArray) Retain(keep func(x MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2750: func (s MessageActionSetChatThemeArray) First() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2758: func (s MessageActionSetChatThemeArray) Last() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2766: func (s *MessageActionSetChatThemeArray) PopFirst() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2785: func (s *MessageActionSetChatThemeArray) Pop() (v MessageActionSetChatTheme, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |