const github.com/gotd/td/tg.AccountCancelPasswordEmailRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_cancel_password_email_gen.go#L45: const AccountCancelPasswordEmailRequestTypeID = 0xc1cbd5b6
tl_account_cancel_password_email_gen.go#L76: return AccountCancelPasswordEmailRequestTypeID
tl_account_cancel_password_email_gen.go#L88: ID: AccountCancelPasswordEmailRequestTypeID,
tl_account_cancel_password_email_gen.go#L103: b.PutID(AccountCancelPasswordEmailRequestTypeID)
tl_account_cancel_password_email_gen.go#L120: if err := b.ConsumeID(AccountCancelPasswordEmailRequestTypeID); err != nil {
tl_registry_gen.go#L1313: AccountCancelPasswordEmailRequestTypeID: "account.cancelPasswordEmail#c1cbd5b6",
tl_registry_gen.go#L3095: "account.cancelPasswordEmail": AccountCancelPasswordEmailRequestTypeID,
tl_registry_gen.go#L4877: AccountCancelPasswordEmailRequestTypeID: func() bin.Object { return &AccountCancelPasswordEmailRequest{} },
tl_server_gen.go#L1308: s.handlers[AccountCancelPasswordEmailRequestTypeID] = 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. |