type github.com/gotd/td/tg.AccountUpdateUsernameRequest
20 uses
github.com/gotd/td/tg (current package)
tl_account_update_username_gen.go#L38: type AccountUpdateUsernameRequest struct {
tl_account_update_username_gen.go#L49: _ bin.Encoder = &AccountUpdateUsernameRequest{}
tl_account_update_username_gen.go#L50: _ bin.Decoder = &AccountUpdateUsernameRequest{}
tl_account_update_username_gen.go#L51: _ bin.BareEncoder = &AccountUpdateUsernameRequest{}
tl_account_update_username_gen.go#L52: _ bin.BareDecoder = &AccountUpdateUsernameRequest{}
tl_account_update_username_gen.go#L55: func (u *AccountUpdateUsernameRequest) Zero() bool {
tl_account_update_username_gen.go#L67: func (u *AccountUpdateUsernameRequest) String() string {
tl_account_update_username_gen.go#L71: type Alias AccountUpdateUsernameRequest
tl_account_update_username_gen.go#L76: func (u *AccountUpdateUsernameRequest) FillFrom(from interface {
tl_account_update_username_gen.go#L85: func (*AccountUpdateUsernameRequest) TypeID() uint32 {
tl_account_update_username_gen.go#L90: func (*AccountUpdateUsernameRequest) TypeName() string {
tl_account_update_username_gen.go#L95: func (u *AccountUpdateUsernameRequest) TypeInfo() tdp.Type {
tl_account_update_username_gen.go#L114: func (u *AccountUpdateUsernameRequest) Encode(b *bin.Buffer) error {
tl_account_update_username_gen.go#L123: func (u *AccountUpdateUsernameRequest) EncodeBare(b *bin.Buffer) error {
tl_account_update_username_gen.go#L132: func (u *AccountUpdateUsernameRequest) Decode(b *bin.Buffer) error {
tl_account_update_username_gen.go#L143: func (u *AccountUpdateUsernameRequest) DecodeBare(b *bin.Buffer) error {
tl_account_update_username_gen.go#L158: func (u *AccountUpdateUsernameRequest) GetUsername() (value string) {
tl_account_update_username_gen.go#L179: request := &AccountUpdateUsernameRequest{
tl_registry_gen.go#L4843: AccountUpdateUsernameRequestTypeID: func() bin.Object { return &AccountUpdateUsernameRequest{} },
tl_server_gen.go#L658: var request AccountUpdateUsernameRequest
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. |