const github.com/gotd/td/tg.AccountSendConfirmPhoneCodeRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_send_confirm_phone_code_gen.go#L52: const AccountSendConfirmPhoneCodeRequestTypeID = 0x1b3faa88
tl_account_send_confirm_phone_code_gen.go#L98: return AccountSendConfirmPhoneCodeRequestTypeID
tl_account_send_confirm_phone_code_gen.go#L110: ID: AccountSendConfirmPhoneCodeRequestTypeID,
tl_account_send_confirm_phone_code_gen.go#L134: b.PutID(AccountSendConfirmPhoneCodeRequestTypeID)
tl_account_send_confirm_phone_code_gen.go#L155: if err := b.ConsumeID(AccountSendConfirmPhoneCodeRequestTypeID); err != nil {
tl_registry_gen.go#L1293: AccountSendConfirmPhoneCodeRequestTypeID: "account.sendConfirmPhoneCode#1b3faa88",
tl_registry_gen.go#L3075: "account.sendConfirmPhoneCode": AccountSendConfirmPhoneCodeRequestTypeID,
tl_registry_gen.go#L4857: AccountSendConfirmPhoneCodeRequestTypeID: func() bin.Object { return &AccountSendConfirmPhoneCodeRequest{} },
tl_server_gen.go#L928: s.handlers[AccountSendConfirmPhoneCodeRequestTypeID] = 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. |