const github.com/gotd/td/tg.AuthSentCodeTypeEmailCodeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L784: const AuthSentCodeTypeEmailCodeTypeID = 0xf450f59b
tl_auth_sent_code_type_gen.go#L864: return AuthSentCodeTypeEmailCodeTypeID
tl_auth_sent_code_type_gen.go#L876: ID: AuthSentCodeTypeEmailCodeTypeID,
tl_auth_sent_code_type_gen.go#L936: b.PutID(AuthSentCodeTypeEmailCodeTypeID)
tl_auth_sent_code_type_gen.go#L965: if err := b.ConsumeID(AuthSentCodeTypeEmailCodeTypeID); err != nil {
tl_auth_sent_code_type_gen.go#L1875: case AuthSentCodeTypeEmailCodeTypeID:
tl_registry_gen.go#L648: AuthSentCodeTypeEmailCodeTypeID: "auth.sentCodeTypeEmailCode#f450f59b",
tl_registry_gen.go#L2430: "auth.sentCodeTypeEmailCode": AuthSentCodeTypeEmailCodeTypeID,
tl_registry_gen.go#L4212: AuthSentCodeTypeEmailCodeTypeID: func() bin.Object { return &AuthSentCodeTypeEmailCode{} },
tl_registry_gen.go#L5452: AuthSentCodeTypeEmailCodeTypeID,
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. |