const github.com/gotd/td/tg.AccountConfirmPhoneRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_confirm_phone_gen.go#L55: const AccountConfirmPhoneRequestTypeID = 0x5f2178c3
tl_account_confirm_phone_gen.go#L101: return AccountConfirmPhoneRequestTypeID
tl_account_confirm_phone_gen.go#L113: ID: AccountConfirmPhoneRequestTypeID,
tl_account_confirm_phone_gen.go#L137: b.PutID(AccountConfirmPhoneRequestTypeID)
tl_account_confirm_phone_gen.go#L156: if err := b.ConsumeID(AccountConfirmPhoneRequestTypeID); err != nil {
tl_registry_gen.go#L1294: AccountConfirmPhoneRequestTypeID: "account.confirmPhone#5f2178c3",
tl_registry_gen.go#L3076: "account.confirmPhone": AccountConfirmPhoneRequestTypeID,
tl_registry_gen.go#L4858: AccountConfirmPhoneRequestTypeID: func() bin.Object { return &AccountConfirmPhoneRequest{} },
tl_server_gen.go#L949: s.handlers[AccountConfirmPhoneRequestTypeID] = 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. |