Layer 220
Type

Gogram Example

// auth.CodeType is an interface type
// You can use any of the following constructors:
var _ tg.AuthCodeType = &tg.AuthCodeTypeSms{}
var _ tg.AuthCodeType = &tg.AuthCodeTypeCall{}
var _ tg.AuthCodeType = &tg.AuthCodeTypeMissedCall{}
var _ tg.AuthCodeType = &tg.AuthCodeTypeFlashCall{}
var _ tg.AuthCodeType = &tg.AuthCodeTypeFragmentSms{}