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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L562: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeUsernames() (to ChannelAdminLogEventActionChangeUsernamesArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L3558: type ChannelAdminLogEventActionChangeUsernamesArray []ChannelAdminLogEventActionChangeUsernames
		tl_channel_admin_log_event_action_slices_gen.go#L3561: func (s ChannelAdminLogEventActionChangeUsernamesArray) Sort(less func(a, b ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3569: func (s ChannelAdminLogEventActionChangeUsernamesArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3577: func (s ChannelAdminLogEventActionChangeUsernamesArray) Retain(keep func(x ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3591: func (s ChannelAdminLogEventActionChangeUsernamesArray) First() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3599: func (s ChannelAdminLogEventActionChangeUsernamesArray) Last() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3607: func (s *ChannelAdminLogEventActionChangeUsernamesArray) PopFirst() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3626: func (s *ChannelAdminLogEventActionChangeUsernamesArray) Pop() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {