const github.com/gotd/td/tg.AuthCodeTypeFragmentSMSTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L456: const AuthCodeTypeFragmentSMSTypeID = 0x6ed998c
tl_auth_code_type_gen.go#L492: return AuthCodeTypeFragmentSMSTypeID
tl_auth_code_type_gen.go#L504: ID: AuthCodeTypeFragmentSMSTypeID,
tl_auth_code_type_gen.go#L519: b.PutID(AuthCodeTypeFragmentSMSTypeID)
tl_auth_code_type_gen.go#L536: if err := b.ConsumeID(AuthCodeTypeFragmentSMSTypeID); err != nil {
tl_auth_code_type_gen.go#L625: case AuthCodeTypeFragmentSMSTypeID:
tl_registry_gen.go#L642: AuthCodeTypeFragmentSMSTypeID: "auth.codeTypeFragmentSms#6ed998c",
tl_registry_gen.go#L2424: "auth.codeTypeFragmentSms": AuthCodeTypeFragmentSMSTypeID,
tl_registry_gen.go#L4206: AuthCodeTypeFragmentSMSTypeID: func() bin.Object { return &AuthCodeTypeFragmentSMS{} },
tl_registry_gen.go#L5435: AuthCodeTypeFragmentSMSTypeID,
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. |