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