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#L787: type ChannelAdminLogEventActionChangeAboutArray []ChannelAdminLogEventActionChangeAbout
		tl_channel_admin_log_event_action_slices_gen.go#L790: func (s ChannelAdminLogEventActionChangeAboutArray) Sort(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
		tl_channel_admin_log_event_action_slices_gen.go#L798: func (s ChannelAdminLogEventActionChangeAboutArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
		tl_channel_admin_log_event_action_slices_gen.go#L806: func (s ChannelAdminLogEventActionChangeAboutArray) Retain(keep func(x ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
		tl_channel_admin_log_event_action_slices_gen.go#L820: func (s ChannelAdminLogEventActionChangeAboutArray) First() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L828: func (s ChannelAdminLogEventActionChangeAboutArray) Last() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L836: func (s *ChannelAdminLogEventActionChangeAboutArray) PopFirst() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L855: func (s *ChannelAdminLogEventActionChangeAboutArray) Pop() (v ChannelAdminLogEventActionChangeAbout, ok bool) {