type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeUsername
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L362: type ChannelAdminLogEventActionChangeUsername struct {
tl_channel_admin_log_event_action_gen.go#L373: func (c ChannelAdminLogEventActionChangeUsername) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L379: _ bin.Encoder = &ChannelAdminLogEventActionChangeUsername{}
tl_channel_admin_log_event_action_gen.go#L380: _ bin.Decoder = &ChannelAdminLogEventActionChangeUsername{}
tl_channel_admin_log_event_action_gen.go#L381: _ bin.BareEncoder = &ChannelAdminLogEventActionChangeUsername{}
tl_channel_admin_log_event_action_gen.go#L382: _ bin.BareDecoder = &ChannelAdminLogEventActionChangeUsername{}
tl_channel_admin_log_event_action_gen.go#L384: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeUsername{}
tl_channel_admin_log_event_action_gen.go#L387: func (c *ChannelAdminLogEventActionChangeUsername) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L402: func (c *ChannelAdminLogEventActionChangeUsername) String() string {
tl_channel_admin_log_event_action_gen.go#L406: type Alias ChannelAdminLogEventActionChangeUsername
tl_channel_admin_log_event_action_gen.go#L411: func (c *ChannelAdminLogEventActionChangeUsername) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L422: func (*ChannelAdminLogEventActionChangeUsername) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L427: func (*ChannelAdminLogEventActionChangeUsername) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L432: func (c *ChannelAdminLogEventActionChangeUsername) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L455: func (c *ChannelAdminLogEventActionChangeUsername) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L464: func (c *ChannelAdminLogEventActionChangeUsername) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L474: func (c *ChannelAdminLogEventActionChangeUsername) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L485: func (c *ChannelAdminLogEventActionChangeUsername) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L507: func (c *ChannelAdminLogEventActionChangeUsername) GetPrevValue() (value string) {
tl_channel_admin_log_event_action_gen.go#L515: func (c *ChannelAdminLogEventActionChangeUsername) GetNewValue() (value string) {
tl_channel_admin_log_event_action_gen.go#L7487: v := ChannelAdminLogEventActionChangeUsername{}
tl_channel_admin_log_event_action_slices_gen.go#L148: value, ok := elem.(*ChannelAdminLogEventActionChangeUsername)
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#L928: var zero ChannelAdminLogEventActionChangeUsername
tl_channel_admin_log_event_action_slices_gen.go#L937: func (s *ChannelAdminLogEventActionChangeUsernameArray) Pop() (v ChannelAdminLogEventActionChangeUsername, ok bool) {
tl_registry_gen.go#L4354: ChannelAdminLogEventActionChangeUsernameTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeUsername{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |