type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeStickerSetArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L276: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeStickerSet() (to ChannelAdminLogEventActionChangeStickerSetArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1689: type ChannelAdminLogEventActionChangeStickerSetArray []ChannelAdminLogEventActionChangeStickerSet
		tl_channel_admin_log_event_action_slices_gen.go#L1692: func (s ChannelAdminLogEventActionChangeStickerSetArray) Sort(less func(a, b ChannelAdminLogEventActionChangeStickerSet) bool) ChannelAdminLogEventActionChangeStickerSetArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1700: func (s ChannelAdminLogEventActionChangeStickerSetArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeStickerSet) bool) ChannelAdminLogEventActionChangeStickerSetArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1708: func (s ChannelAdminLogEventActionChangeStickerSetArray) Retain(keep func(x ChannelAdminLogEventActionChangeStickerSet) bool) ChannelAdminLogEventActionChangeStickerSetArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1722: func (s ChannelAdminLogEventActionChangeStickerSetArray) First() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1730: func (s ChannelAdminLogEventActionChangeStickerSetArray) Last() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1738: func (s *ChannelAdminLogEventActionChangeStickerSetArray) PopFirst() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1757: func (s *ChannelAdminLogEventActionChangeStickerSetArray) Pop() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {