Layer 220
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.AuthSentCodeTypeCall{}
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeSms{}
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeFlashCall{}
var _ tg.AuthSentCodeType = &tg.AuthSentCodeTypeEmailCode{}
// ... and 6 more constructors