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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5548: type ChannelAdminLogEventActionChangeUsernames struct {
		tl_channel_admin_log_event_action_gen.go#L5559: func (c ChannelAdminLogEventActionChangeUsernames) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L5565: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5566: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5567: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5568: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5570: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeUsernames{}
		tl_channel_admin_log_event_action_gen.go#L5573: func (c *ChannelAdminLogEventActionChangeUsernames) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5588: func (c *ChannelAdminLogEventActionChangeUsernames) String() string {
		tl_channel_admin_log_event_action_gen.go#L5592: 	type Alias ChannelAdminLogEventActionChangeUsernames
		tl_channel_admin_log_event_action_gen.go#L5597: func (c *ChannelAdminLogEventActionChangeUsernames) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5608: func (*ChannelAdminLogEventActionChangeUsernames) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5613: func (*ChannelAdminLogEventActionChangeUsernames) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5618: func (c *ChannelAdminLogEventActionChangeUsernames) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5641: func (c *ChannelAdminLogEventActionChangeUsernames) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5650: func (c *ChannelAdminLogEventActionChangeUsernames) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5666: func (c *ChannelAdminLogEventActionChangeUsernames) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5677: func (c *ChannelAdminLogEventActionChangeUsernames) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5719: func (c *ChannelAdminLogEventActionChangeUsernames) GetPrevValue() (value []string) {
		tl_channel_admin_log_event_action_gen.go#L5727: func (c *ChannelAdminLogEventActionChangeUsernames) GetNewValue() (value []string) {
		tl_channel_admin_log_event_action_gen.go#L8655: 		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#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#L3617: 	var zero ChannelAdminLogEventActionChangeUsernames
		tl_channel_admin_log_event_action_slices_gen.go#L3626: func (s *ChannelAdminLogEventActionChangeUsernamesArray) Pop() (v ChannelAdminLogEventActionChangeUsernames, ok bool) {
		tl_registry_gen.go#L5810: 		ChannelAdminLogEventActionChangeUsernamesTypeID:          func() bin.Object { return &ChannelAdminLogEventActionChangeUsernames{} },