const github.com/gotd/td/tg.AuthSentCodeTypeFragmentSMSTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L1326: const AuthSentCodeTypeFragmentSMSTypeID = 0xd9565c39
tl_auth_sent_code_type_gen.go#L1377: return AuthSentCodeTypeFragmentSMSTypeID
tl_auth_sent_code_type_gen.go#L1389: ID: AuthSentCodeTypeFragmentSMSTypeID,
tl_auth_sent_code_type_gen.go#L1413: b.PutID(AuthSentCodeTypeFragmentSMSTypeID)
tl_auth_sent_code_type_gen.go#L1432: if err := b.ConsumeID(AuthSentCodeTypeFragmentSMSTypeID); err != nil {
tl_auth_sent_code_type_gen.go#L1889: case AuthSentCodeTypeFragmentSMSTypeID:
tl_registry_gen.go#L650: AuthSentCodeTypeFragmentSMSTypeID: "auth.sentCodeTypeFragmentSms#d9565c39",
tl_registry_gen.go#L2432: "auth.sentCodeTypeFragmentSms": AuthSentCodeTypeFragmentSMSTypeID,
tl_registry_gen.go#L4214: AuthSentCodeTypeFragmentSMSTypeID: func() bin.Object { return &AuthSentCodeTypeFragmentSMS{} },
tl_registry_gen.go#L5454: AuthSentCodeTypeFragmentSMSTypeID,
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. |