const github.com/gotd/td/tg.AccountSaveSecureValueRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_save_secure_value_gen.go#L56: const AccountSaveSecureValueRequestTypeID = 0x899fe31d
tl_account_save_secure_value_gen.go#L102: return AccountSaveSecureValueRequestTypeID
tl_account_save_secure_value_gen.go#L114: ID: AccountSaveSecureValueRequestTypeID,
tl_account_save_secure_value_gen.go#L138: b.PutID(AccountSaveSecureValueRequestTypeID)
tl_account_save_secure_value_gen.go#L159: if err := b.ConsumeID(AccountSaveSecureValueRequestTypeID); err != nil {
tl_registry_gen.go#L1301: AccountSaveSecureValueRequestTypeID: "account.saveSecureValue#899fe31d",
tl_registry_gen.go#L3083: "account.saveSecureValue": AccountSaveSecureValueRequestTypeID,
tl_registry_gen.go#L4865: AccountSaveSecureValueRequestTypeID: func() bin.Object { return &AccountSaveSecureValueRequest{} },
tl_server_gen.go#L1076: s.handlers[AccountSaveSecureValueRequestTypeID] = 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. |