const github.com/gotd/td/tg.AccountToggleUsernameRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_toggle_username_gen.go#L50: const AccountToggleUsernameRequestTypeID = 0x58d6b376
tl_account_toggle_username_gen.go#L96: return AccountToggleUsernameRequestTypeID
tl_account_toggle_username_gen.go#L108: ID: AccountToggleUsernameRequestTypeID,
tl_account_toggle_username_gen.go#L132: b.PutID(AccountToggleUsernameRequestTypeID)
tl_account_toggle_username_gen.go#L151: if err := b.ConsumeID(AccountToggleUsernameRequestTypeID); err != nil {
tl_registry_gen.go#L1350: AccountToggleUsernameRequestTypeID: "account.toggleUsername#58d6b376",
tl_registry_gen.go#L3132: "account.toggleUsername": AccountToggleUsernameRequestTypeID,
tl_registry_gen.go#L4914: AccountToggleUsernameRequestTypeID: func() bin.Object { return &AccountToggleUsernameRequest{} },
tl_server_gen.go#L2005: s.handlers[AccountToggleUsernameRequestTypeID] = 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. |