const github.com/gotd/td/tg.AuthSentCodeTypeSMSTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L179: const AuthSentCodeTypeSMSTypeID = 0xc000bba2
tl_auth_sent_code_type_gen.go#L225: return AuthSentCodeTypeSMSTypeID
tl_auth_sent_code_type_gen.go#L237: ID: AuthSentCodeTypeSMSTypeID,
tl_auth_sent_code_type_gen.go#L257: b.PutID(AuthSentCodeTypeSMSTypeID)
tl_auth_sent_code_type_gen.go#L275: if err := b.ConsumeID(AuthSentCodeTypeSMSTypeID); err != nil {
tl_auth_sent_code_type_gen.go#L1847: case AuthSentCodeTypeSMSTypeID:
tl_registry_gen.go#L644: AuthSentCodeTypeSMSTypeID: "auth.sentCodeTypeSms#c000bba2",
tl_registry_gen.go#L2426: "auth.sentCodeTypeSms": AuthSentCodeTypeSMSTypeID,
tl_registry_gen.go#L4208: AuthSentCodeTypeSMSTypeID: func() bin.Object { return &AuthSentCodeTypeSMS{} },
tl_registry_gen.go#L5448: AuthSentCodeTypeSMSTypeID,
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. |