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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L146: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangeUsername() (to ChannelAdminLogEventActionChangeUsernameArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L869: type ChannelAdminLogEventActionChangeUsernameArray []ChannelAdminLogEventActionChangeUsername
		tl_channel_admin_log_event_action_slices_gen.go#L872: func (s ChannelAdminLogEventActionChangeUsernameArray) Sort(less func(a, b ChannelAdminLogEventActionChangeUsername) bool) ChannelAdminLogEventActionChangeUsernameArray {
		tl_channel_admin_log_event_action_slices_gen.go#L880: func (s ChannelAdminLogEventActionChangeUsernameArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeUsername) bool) ChannelAdminLogEventActionChangeUsernameArray {
		tl_channel_admin_log_event_action_slices_gen.go#L888: func (s ChannelAdminLogEventActionChangeUsernameArray) Retain(keep func(x ChannelAdminLogEventActionChangeUsername) bool) ChannelAdminLogEventActionChangeUsernameArray {
		tl_channel_admin_log_event_action_slices_gen.go#L902: func (s ChannelAdminLogEventActionChangeUsernameArray) First() (v ChannelAdminLogEventActionChangeUsername, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L910: func (s ChannelAdminLogEventActionChangeUsernameArray) Last() (v ChannelAdminLogEventActionChangeUsername, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L918: func (s *ChannelAdminLogEventActionChangeUsernameArray) PopFirst() (v ChannelAdminLogEventActionChangeUsername, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L937: func (s *ChannelAdminLogEventActionChangeUsernameArray) Pop() (v ChannelAdminLogEventActionChangeUsername, ok bool) {