Layer 224
Type

Gogram Example

// auth.SentCodeType is an interface type
// You can use any of the following constructors:
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeApp{}
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeSms{}
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeFragmentSms{}
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeMissedCall{}
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeEmailCode{}
// ... and 6 more constructors