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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_slices_gen.go#L250: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeSMSPhrase() (to AuthSentCodeTypeSMSPhraseArray) {
		tl_auth_sent_code_type_slices_gen.go#L1083: type AuthSentCodeTypeSMSPhraseArray []AuthSentCodeTypeSMSPhrase
		tl_auth_sent_code_type_slices_gen.go#L1086: func (s AuthSentCodeTypeSMSPhraseArray) Sort(less func(a, b AuthSentCodeTypeSMSPhrase) bool) AuthSentCodeTypeSMSPhraseArray {
		tl_auth_sent_code_type_slices_gen.go#L1094: func (s AuthSentCodeTypeSMSPhraseArray) SortStable(less func(a, b AuthSentCodeTypeSMSPhrase) bool) AuthSentCodeTypeSMSPhraseArray {
		tl_auth_sent_code_type_slices_gen.go#L1102: func (s AuthSentCodeTypeSMSPhraseArray) Retain(keep func(x AuthSentCodeTypeSMSPhrase) bool) AuthSentCodeTypeSMSPhraseArray {
		tl_auth_sent_code_type_slices_gen.go#L1116: func (s AuthSentCodeTypeSMSPhraseArray) First() (v AuthSentCodeTypeSMSPhrase, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1124: func (s AuthSentCodeTypeSMSPhraseArray) Last() (v AuthSentCodeTypeSMSPhrase, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1132: func (s *AuthSentCodeTypeSMSPhraseArray) PopFirst() (v AuthSentCodeTypeSMSPhrase, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1151: func (s *AuthSentCodeTypeSMSPhraseArray) Pop() (v AuthSentCodeTypeSMSPhrase, ok bool) {