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