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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_slices_gen.go#L133: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeSMS() (to AuthSentCodeTypeSMSArray) {
		tl_auth_sent_code_type_slices_gen.go#L345: type AuthSentCodeTypeSMSArray []AuthSentCodeTypeSMS
		tl_auth_sent_code_type_slices_gen.go#L348: func (s AuthSentCodeTypeSMSArray) Sort(less func(a, b AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L356: func (s AuthSentCodeTypeSMSArray) SortStable(less func(a, b AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L364: func (s AuthSentCodeTypeSMSArray) Retain(keep func(x AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L378: func (s AuthSentCodeTypeSMSArray) First() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L386: func (s AuthSentCodeTypeSMSArray) Last() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L394: func (s *AuthSentCodeTypeSMSArray) PopFirst() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L413: func (s *AuthSentCodeTypeSMSArray) Pop() (v AuthSentCodeTypeSMS, ok bool) {