const github.com/gotd/td/tg.AuthSentCodeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_gen.go#L66: const AuthSentCodeTypeID = 0x5e002502
tl_auth_sent_code_gen.go#L136: return AuthSentCodeTypeID
tl_auth_sent_code_gen.go#L148: ID: AuthSentCodeTypeID,
tl_auth_sent_code_gen.go#L192: b.PutID(AuthSentCodeTypeID)
tl_auth_sent_code_gen.go#L231: if err := b.ConsumeID(AuthSentCodeTypeID); err != nil {
tl_auth_sent_code_gen.go#L517: case AuthSentCodeTypeID:
tl_registry_gen.go#L202: AuthSentCodeTypeID: "auth.sentCode#5e002502",
tl_registry_gen.go#L1984: "auth.sentCode": AuthSentCodeTypeID,
tl_registry_gen.go#L3766: AuthSentCodeTypeID: func() bin.Object { return &AuthSentCode{} },
tl_registry_gen.go#L5443: AuthSentCodeTypeID,
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. |