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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5538: type ChannelAdminLogEventActionChangeUsernames struct {
		tl_channel_admin_log_event_action_gen.go#L5549: func (c ChannelAdminLogEventActionChangeUsernames) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L5555: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5556: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5557: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5558: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5560: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5563: func (c *ChannelAdminLogEventActionChangeUsernames) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5578: func (c *ChannelAdminLogEventActionChangeUsernames) String() string {
		tl_channel_admin_log_event_action_gen.go#L5582: 	type Alias ChannelAdminLogEventActionChangeUsernames
		tl_channel_admin_log_event_action_gen.go#L5587: func (c *ChannelAdminLogEventActionChangeUsernames) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5598: func (*ChannelAdminLogEventActionChangeUsernames) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5603: func (*ChannelAdminLogEventActionChangeUsernames) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5608: func (c *ChannelAdminLogEventActionChangeUsernames) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5631: func (c *ChannelAdminLogEventActionChangeUsernames) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5640: func (c *ChannelAdminLogEventActionChangeUsernames) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5656: func (c *ChannelAdminLogEventActionChangeUsernames) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5667: func (c *ChannelAdminLogEventActionChangeUsernames) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5709: func (c *ChannelAdminLogEventActionChangeUsernames) GetPrevValue() (value []string) {
		tl_channel_admin_log_event_action_gen.go#L5717: func (c *ChannelAdminLogEventActionChangeUsernames) GetNewValue() (value []string) {
		tl_channel_admin_log_event_action_gen.go#L7725: 		v := ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_slices_gen.go#L564: 		value, ok := elem.(*ChannelAdminLogEventActionChangeUsernames)
		tl_channel_admin_log_event_action_slices_gen.go#L3493: type ChannelAdminLogEventActionChangeUsernamesArray []ChannelAdminLogEventActionChangeUsernames
		tl_channel_admin_log_event_action_slices_gen.go#L3496: func (s ChannelAdminLogEventActionChangeUsernamesArray) Sort(less func(a, b ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3504: func (s ChannelAdminLogEventActionChangeUsernamesArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3512: func (s ChannelAdminLogEventActionChangeUsernamesArray) Retain(keep func(x ChannelAdminLogEventActionChangeUsernames) bool) ChannelAdminLogEventActionChangeUsernamesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3526: func (s ChannelAdminLogEventActionChangeUsernamesArray) First() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3534: func (s ChannelAdminLogEventActionChangeUsernamesArray) Last() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3542: func (s *ChannelAdminLogEventActionChangeUsernamesArray) PopFirst() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3552: 	var zero ChannelAdminLogEventActionChangeUsernames
		tl_channel_admin_log_event_action_slices_gen.go#L3561: func (s *ChannelAdminLogEventActionChangeUsernamesArray) Pop() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_registry_gen.go#L4388: 		ChannelAdminLogEventActionChangeUsernamesTypeID:          func() bin.Object { return &ChannelAdminLogEventActionChangeUsernames{} },