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

20 uses

	github.com/gotd/td/tg (current package)
		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#L106: func (s *AuthSentCodeTypeClassArray) Pop() (v AuthSentCodeTypeClass, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L120: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeApp() (to AuthSentCodeTypeAppArray) {
		tl_auth_sent_code_type_slices_gen.go#L133: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeSMS() (to AuthSentCodeTypeSMSArray) {
		tl_auth_sent_code_type_slices_gen.go#L146: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeCall() (to AuthSentCodeTypeCallArray) {
		tl_auth_sent_code_type_slices_gen.go#L159: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeFlashCall() (to AuthSentCodeTypeFlashCallArray) {
		tl_auth_sent_code_type_slices_gen.go#L172: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeMissedCall() (to AuthSentCodeTypeMissedCallArray) {
		tl_auth_sent_code_type_slices_gen.go#L185: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeEmailCode() (to AuthSentCodeTypeEmailCodeArray) {
		tl_auth_sent_code_type_slices_gen.go#L198: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeSetUpEmailRequired() (to AuthSentCodeTypeSetUpEmailRequiredArray) {
		tl_auth_sent_code_type_slices_gen.go#L211: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeFragmentSMS() (to AuthSentCodeTypeFragmentSMSArray) {
		tl_auth_sent_code_type_slices_gen.go#L224: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeFirebaseSMS() (to AuthSentCodeTypeFirebaseSMSArray) {