const github.com/gotd/td/tg.AccountUpdateUsernameRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_update_username_gen.go#L45: const AccountUpdateUsernameRequestTypeID = 0x3e0bdd7c
tl_account_update_username_gen.go#L86: return AccountUpdateUsernameRequestTypeID
tl_account_update_username_gen.go#L98: ID: AccountUpdateUsernameRequestTypeID,
tl_account_update_username_gen.go#L118: b.PutID(AccountUpdateUsernameRequestTypeID)
tl_account_update_username_gen.go#L136: if err := b.ConsumeID(AccountUpdateUsernameRequestTypeID); err != nil {
tl_registry_gen.go#L1279: AccountUpdateUsernameRequestTypeID: "account.updateUsername#3e0bdd7c",
tl_registry_gen.go#L3061: "account.updateUsername": AccountUpdateUsernameRequestTypeID,
tl_registry_gen.go#L4843: AccountUpdateUsernameRequestTypeID: func() bin.Object { return &AccountUpdateUsernameRequest{} },
tl_server_gen.go#L670: s.handlers[AccountUpdateUsernameRequestTypeID] = handler
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. |