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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L120: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeTitle() (to ChannelAdminLogEventActionChangeTitleArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L770: type ChannelAdminLogEventActionChangeTitleArray []ChannelAdminLogEventActionChangeTitle
		tl_channel_admin_log_event_action_slices_gen.go#L773: func (s ChannelAdminLogEventActionChangeTitleArray) Sort(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
		tl_channel_admin_log_event_action_slices_gen.go#L781: func (s ChannelAdminLogEventActionChangeTitleArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
		tl_channel_admin_log_event_action_slices_gen.go#L789: func (s ChannelAdminLogEventActionChangeTitleArray) Retain(keep func(x ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
		tl_channel_admin_log_event_action_slices_gen.go#L803: func (s ChannelAdminLogEventActionChangeTitleArray) First() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L811: func (s ChannelAdminLogEventActionChangeTitleArray) Last() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L819: func (s *ChannelAdminLogEventActionChangeTitleArray) PopFirst() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L838: func (s *ChannelAdminLogEventActionChangeTitleArray) Pop() (v ChannelAdminLogEventActionChangeTitle, ok bool) {