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#L705: type ChannelAdminLogEventActionChangeTitleArray []ChannelAdminLogEventActionChangeTitle
		tl_channel_admin_log_event_action_slices_gen.go#L708: func (s ChannelAdminLogEventActionChangeTitleArray) Sort(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
		tl_channel_admin_log_event_action_slices_gen.go#L716: func (s ChannelAdminLogEventActionChangeTitleArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
		tl_channel_admin_log_event_action_slices_gen.go#L724: func (s ChannelAdminLogEventActionChangeTitleArray) Retain(keep func(x ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
		tl_channel_admin_log_event_action_slices_gen.go#L738: func (s ChannelAdminLogEventActionChangeTitleArray) First() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L746: func (s ChannelAdminLogEventActionChangeTitleArray) Last() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L754: func (s *ChannelAdminLogEventActionChangeTitleArray) PopFirst() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L773: func (s *ChannelAdminLogEventActionChangeTitleArray) Pop() (v ChannelAdminLogEventActionChangeTitle, ok bool) {