const github.com/gotd/td/tg.AccountResendPasswordEmailRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_resend_password_email_gen.go#L45: const AccountResendPasswordEmailRequestTypeID = 0x7a7f2a15
tl_account_resend_password_email_gen.go#L76: return AccountResendPasswordEmailRequestTypeID
tl_account_resend_password_email_gen.go#L88: ID: AccountResendPasswordEmailRequestTypeID,
tl_account_resend_password_email_gen.go#L103: b.PutID(AccountResendPasswordEmailRequestTypeID)
tl_account_resend_password_email_gen.go#L120: if err := b.ConsumeID(AccountResendPasswordEmailRequestTypeID); err != nil {
tl_registry_gen.go#L1312: AccountResendPasswordEmailRequestTypeID: "account.resendPasswordEmail#7a7f2a15",
tl_registry_gen.go#L3094: "account.resendPasswordEmail": AccountResendPasswordEmailRequestTypeID,
tl_registry_gen.go#L4876: AccountResendPasswordEmailRequestTypeID: func() bin.Object { return &AccountResendPasswordEmailRequest{} },
tl_server_gen.go#L1287: s.handlers[AccountResendPasswordEmailRequestTypeID] = 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. |