const github.com/gotd/td/tg.AuthSentCodeSuccessTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_gen.go#L343: const AuthSentCodeSuccessTypeID = 0x2390fe44
tl_auth_sent_code_gen.go#L389: return AuthSentCodeSuccessTypeID
tl_auth_sent_code_gen.go#L401: ID: AuthSentCodeSuccessTypeID,
tl_auth_sent_code_gen.go#L421: b.PutID(AuthSentCodeSuccessTypeID)
tl_auth_sent_code_gen.go#L444: if err := b.ConsumeID(AuthSentCodeSuccessTypeID); err != nil {
tl_auth_sent_code_gen.go#L524: case AuthSentCodeSuccessTypeID:
tl_registry_gen.go#L203: AuthSentCodeSuccessTypeID: "auth.sentCodeSuccess#2390fe44",
tl_registry_gen.go#L1985: "auth.sentCodeSuccess": AuthSentCodeSuccessTypeID,
tl_registry_gen.go#L3767: AuthSentCodeSuccessTypeID: func() bin.Object { return &AuthSentCodeSuccess{} },
tl_registry_gen.go#L5444: AuthSentCodeSuccessTypeID,
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. |