type github.com/gotd/td/tg.AuthSentCodeTypeClass

34 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_gen.go#L45: 	Type AuthSentCodeTypeClass
		tl_auth_sent_code_gen.go#L115: 	GetType() (value AuthSentCodeTypeClass)
		tl_auth_sent_code_gen.go#L279: func (s *AuthSentCode) GetType() (value AuthSentCodeTypeClass) {
		tl_auth_sent_code_type_gen.go#L47: func (s AuthSentCodeTypeApp) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L56: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeApp{}
		tl_auth_sent_code_type_gen.go#L182: func (s AuthSentCodeTypeSMS) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L191: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeSMS{}
		tl_auth_sent_code_type_gen.go#L318: func (s AuthSentCodeTypeCall) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L327: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeCall{}
		tl_auth_sent_code_type_gen.go#L458: func (s AuthSentCodeTypeFlashCall) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L467: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeFlashCall{}
		tl_auth_sent_code_type_gen.go#L597: func (s AuthSentCodeTypeMissedCall) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L606: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeMissedCall{}
		tl_auth_sent_code_type_gen.go#L787: func (s AuthSentCodeTypeEmailCode) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L796: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeEmailCode{}
		tl_auth_sent_code_type_gen.go#L1128: func (s AuthSentCodeTypeSetUpEmailRequired) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L1137: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeSetUpEmailRequired{}
		tl_auth_sent_code_type_gen.go#L1329: func (s AuthSentCodeTypeFragmentSMS) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L1338: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeFragmentSMS{}
		tl_auth_sent_code_type_gen.go#L1519: func (s AuthSentCodeTypeFirebaseSMS) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L1528: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeFirebaseSMS{}
		tl_auth_sent_code_type_gen.go#L1814: type AuthSentCodeTypeClass interface {
		tl_auth_sent_code_type_gen.go#L1819: 	construct() AuthSentCodeTypeClass
		tl_auth_sent_code_type_gen.go#L1834: func DecodeAuthSentCodeType(buf *bin.Buffer) (AuthSentCodeTypeClass, error) {
		tl_auth_sent_code_type_gen.go#L1910: 	SentCodeType AuthSentCodeTypeClass
		tl_auth_sent_code_type_slices_gen.go#L38: type AuthSentCodeTypeClassArray []AuthSentCodeTypeClass
		tl_auth_sent_code_type_slices_gen.go#L41: func (s AuthSentCodeTypeClassArray) Sort(less func(a, b AuthSentCodeTypeClass) bool) AuthSentCodeTypeClassArray {
		tl_auth_sent_code_type_slices_gen.go#L49: func (s AuthSentCodeTypeClassArray) SortStable(less func(a, b AuthSentCodeTypeClass) bool) AuthSentCodeTypeClassArray {
		tl_auth_sent_code_type_slices_gen.go#L57: func (s AuthSentCodeTypeClassArray) Retain(keep func(x AuthSentCodeTypeClass) bool) AuthSentCodeTypeClassArray {
		tl_auth_sent_code_type_slices_gen.go#L71: func (s AuthSentCodeTypeClassArray) First() (v AuthSentCodeTypeClass, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L79: func (s AuthSentCodeTypeClassArray) Last() (v AuthSentCodeTypeClass, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L87: func (s *AuthSentCodeTypeClassArray) PopFirst() (v AuthSentCodeTypeClass, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L97: 	var zero AuthSentCodeTypeClass
		tl_auth_sent_code_type_slices_gen.go#L106: func (s *AuthSentCodeTypeClassArray) Pop() (v AuthSentCodeTypeClass, ok bool) {