const github.com/gotd/td/tg.AccountEmailVerifiedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_account_email_verified_gen.go#L44: const AccountEmailVerifiedTypeID = 0x2b96cd1b
tl_account_email_verified_gen.go#L90: return AccountEmailVerifiedTypeID
tl_account_email_verified_gen.go#L102: ID: AccountEmailVerifiedTypeID,
tl_account_email_verified_gen.go#L122: b.PutID(AccountEmailVerifiedTypeID)
tl_account_email_verified_gen.go#L140: if err := b.ConsumeID(AccountEmailVerifiedTypeID); err != nil {
tl_account_email_verified_gen.go#L386: case AccountEmailVerifiedTypeID:
tl_registry_gen.go#L1139: AccountEmailVerifiedTypeID: "account.emailVerified#2b96cd1b",
tl_registry_gen.go#L2921: "account.emailVerified": AccountEmailVerifiedTypeID,
tl_registry_gen.go#L4703: AccountEmailVerifiedTypeID: func() bin.Object { return &AccountEmailVerified{} },
tl_registry_gen.go#L5387: AccountEmailVerifiedTypeID,
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. |