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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L133: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeAbout() (to ChannelAdminLogEventActionChangeAboutArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L852: type ChannelAdminLogEventActionChangeAboutArray []ChannelAdminLogEventActionChangeAbout
		tl_channel_admin_log_event_action_slices_gen.go#L855: func (s ChannelAdminLogEventActionChangeAboutArray) Sort(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
		tl_channel_admin_log_event_action_slices_gen.go#L863: func (s ChannelAdminLogEventActionChangeAboutArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
		tl_channel_admin_log_event_action_slices_gen.go#L871: func (s ChannelAdminLogEventActionChangeAboutArray) Retain(keep func(x ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
		tl_channel_admin_log_event_action_slices_gen.go#L885: func (s ChannelAdminLogEventActionChangeAboutArray) First() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L893: func (s ChannelAdminLogEventActionChangeAboutArray) Last() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L901: func (s *ChannelAdminLogEventActionChangeAboutArray) PopFirst() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L920: func (s *ChannelAdminLogEventActionChangeAboutArray) Pop() (v ChannelAdminLogEventActionChangeAbout, ok bool) {