const github.com/gotd/td/tg.EmailVerificationCodeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_email_verification_gen.go#L44: const EmailVerificationCodeTypeID = 0x922e55a9
tl_email_verification_gen.go#L90: return EmailVerificationCodeTypeID
tl_email_verification_gen.go#L102: ID: EmailVerificationCodeTypeID,
tl_email_verification_gen.go#L122: b.PutID(EmailVerificationCodeTypeID)
tl_email_verification_gen.go#L140: if err := b.ConsumeID(EmailVerificationCodeTypeID); err != nil {
tl_email_verification_gen.go#L484: case EmailVerificationCodeTypeID:
tl_registry_gen.go#L1136: EmailVerificationCodeTypeID: "emailVerificationCode#922e55a9",
tl_registry_gen.go#L2918: "emailVerificationCode": EmailVerificationCodeTypeID,
tl_registry_gen.go#L4700: EmailVerificationCodeTypeID: func() bin.Object { return &EmailVerificationCode{} },
tl_registry_gen.go#L5661: EmailVerificationCodeTypeID,
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. |