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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_slices_gen.go#L237: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeSMSWord() (to AuthSentCodeTypeSMSWordArray) {
		tl_auth_sent_code_type_slices_gen.go#L1001: type AuthSentCodeTypeSMSWordArray []AuthSentCodeTypeSMSWord
		tl_auth_sent_code_type_slices_gen.go#L1004: func (s AuthSentCodeTypeSMSWordArray) Sort(less func(a, b AuthSentCodeTypeSMSWord) bool) AuthSentCodeTypeSMSWordArray {
		tl_auth_sent_code_type_slices_gen.go#L1012: func (s AuthSentCodeTypeSMSWordArray) SortStable(less func(a, b AuthSentCodeTypeSMSWord) bool) AuthSentCodeTypeSMSWordArray {
		tl_auth_sent_code_type_slices_gen.go#L1020: func (s AuthSentCodeTypeSMSWordArray) Retain(keep func(x AuthSentCodeTypeSMSWord) bool) AuthSentCodeTypeSMSWordArray {
		tl_auth_sent_code_type_slices_gen.go#L1034: func (s AuthSentCodeTypeSMSWordArray) First() (v AuthSentCodeTypeSMSWord, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1042: func (s AuthSentCodeTypeSMSWordArray) Last() (v AuthSentCodeTypeSMSWord, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1050: func (s *AuthSentCodeTypeSMSWordArray) PopFirst() (v AuthSentCodeTypeSMSWord, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L1069: func (s *AuthSentCodeTypeSMSWordArray) Pop() (v AuthSentCodeTypeSMSWord, ok bool) {