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#L319: type AuthSentCodeTypeSMSArray []AuthSentCodeTypeSMS
		tl_auth_sent_code_type_slices_gen.go#L322: func (s AuthSentCodeTypeSMSArray) Sort(less func(a, b AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L330: func (s AuthSentCodeTypeSMSArray) SortStable(less func(a, b AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L338: func (s AuthSentCodeTypeSMSArray) Retain(keep func(x AuthSentCodeTypeSMS) bool) AuthSentCodeTypeSMSArray {
		tl_auth_sent_code_type_slices_gen.go#L352: func (s AuthSentCodeTypeSMSArray) First() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L360: func (s AuthSentCodeTypeSMSArray) Last() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L368: func (s *AuthSentCodeTypeSMSArray) PopFirst() (v AuthSentCodeTypeSMS, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L387: func (s *AuthSentCodeTypeSMSArray) Pop() (v AuthSentCodeTypeSMS, ok bool) {