const github.com/gotd/td/tg.AccountUpdateProfileRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_update_profile_gen.go#L59: const AccountUpdateProfileRequestTypeID = 0x78515775
tl_account_update_profile_gen.go#L122: return AccountUpdateProfileRequestTypeID
tl_account_update_profile_gen.go#L134: ID: AccountUpdateProfileRequestTypeID,
tl_account_update_profile_gen.go#L178: b.PutID(AccountUpdateProfileRequestTypeID)
tl_account_update_profile_gen.go#L208: if err := b.ConsumeID(AccountUpdateProfileRequestTypeID); err != nil {
tl_registry_gen.go#L1274: AccountUpdateProfileRequestTypeID: "account.updateProfile#78515775",
tl_registry_gen.go#L3056: "account.updateProfile": AccountUpdateProfileRequestTypeID,
tl_registry_gen.go#L4838: AccountUpdateProfileRequestTypeID: func() bin.Object { return &AccountUpdateProfileRequest{} },
tl_server_gen.go#L573: s.handlers[AccountUpdateProfileRequestTypeID] = 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. |