const github.com/gotd/td/tg.AuthCodeTypeSMSTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L43: const AuthCodeTypeSMSTypeID = 0x72a3158c
tl_auth_code_type_gen.go#L79: return AuthCodeTypeSMSTypeID
tl_auth_code_type_gen.go#L91: ID: AuthCodeTypeSMSTypeID,
tl_auth_code_type_gen.go#L106: b.PutID(AuthCodeTypeSMSTypeID)
tl_auth_code_type_gen.go#L123: if err := b.ConsumeID(AuthCodeTypeSMSTypeID); err != nil {
tl_auth_code_type_gen.go#L597: case AuthCodeTypeSMSTypeID:
tl_registry_gen.go#L638: AuthCodeTypeSMSTypeID: "auth.codeTypeSms#72a3158c",
tl_registry_gen.go#L2420: "auth.codeTypeSms": AuthCodeTypeSMSTypeID,
tl_registry_gen.go#L4202: AuthCodeTypeSMSTypeID: func() bin.Object { return &AuthCodeTypeSMS{} },
tl_registry_gen.go#L5431: AuthCodeTypeSMSTypeID,
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. |