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) {