const github.com/gotd/td/tg.AccountVerifyPhoneRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_verify_phone_gen.go#L57: const AccountVerifyPhoneRequestTypeID = 0x4dd3a7f6
tl_account_verify_phone_gen.go#L108: return AccountVerifyPhoneRequestTypeID
tl_account_verify_phone_gen.go#L120: ID: AccountVerifyPhoneRequestTypeID,
tl_account_verify_phone_gen.go#L148: b.PutID(AccountVerifyPhoneRequestTypeID)
tl_account_verify_phone_gen.go#L168: if err := b.ConsumeID(AccountVerifyPhoneRequestTypeID); err != nil {
tl_registry_gen.go#L1306: AccountVerifyPhoneRequestTypeID: "account.verifyPhone#4dd3a7f6",
tl_registry_gen.go#L3088: "account.verifyPhone": AccountVerifyPhoneRequestTypeID,
tl_registry_gen.go#L4870: AccountVerifyPhoneRequestTypeID: func() bin.Object { return &AccountVerifyPhoneRequest{} },
tl_server_gen.go#L1173: s.handlers[AccountVerifyPhoneRequestTypeID] = 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. |