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#L2704: type MessageActionSetChatThemeArray []MessageActionSetChatTheme
		tl_message_action_slices_gen.go#L2707: func (s MessageActionSetChatThemeArray) Sort(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
		tl_message_action_slices_gen.go#L2715: func (s MessageActionSetChatThemeArray) SortStable(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
		tl_message_action_slices_gen.go#L2723: func (s MessageActionSetChatThemeArray) Retain(keep func(x MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
		tl_message_action_slices_gen.go#L2737: func (s MessageActionSetChatThemeArray) First() (v MessageActionSetChatTheme, ok bool) {
		tl_message_action_slices_gen.go#L2745: func (s MessageActionSetChatThemeArray) Last() (v MessageActionSetChatTheme, ok bool) {
		tl_message_action_slices_gen.go#L2753: func (s *MessageActionSetChatThemeArray) PopFirst() (v MessageActionSetChatTheme, ok bool) {
		tl_message_action_slices_gen.go#L2772: func (s *MessageActionSetChatThemeArray) Pop() (v MessageActionSetChatTheme, ok bool) {