const github.com/gotd/td/tg.AccountUpdatePasswordSettingsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_update_password_settings_gen.go#L52: const AccountUpdatePasswordSettingsRequestTypeID = 0xa59b102f
tl_account_update_password_settings_gen.go#L98: return AccountUpdatePasswordSettingsRequestTypeID
tl_account_update_password_settings_gen.go#L110: ID: AccountUpdatePasswordSettingsRequestTypeID,
tl_account_update_password_settings_gen.go#L134: b.PutID(AccountUpdatePasswordSettingsRequestTypeID)
tl_account_update_password_settings_gen.go#L160: if err := b.ConsumeID(AccountUpdatePasswordSettingsRequestTypeID); err != nil {
tl_registry_gen.go#L1292: AccountUpdatePasswordSettingsRequestTypeID: "account.updatePasswordSettings#a59b102f",
tl_registry_gen.go#L3074: "account.updatePasswordSettings": AccountUpdatePasswordSettingsRequestTypeID,
tl_registry_gen.go#L4856: AccountUpdatePasswordSettingsRequestTypeID: func() bin.Object { return &AccountUpdatePasswordSettingsRequest{} },
tl_server_gen.go#L911: s.handlers[AccountUpdatePasswordSettingsRequestTypeID] = 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. |