type github.com/gotd/td/tg.AuthSentCodeTypeFragmentSMSArray
12 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_slices_gen.go#L211: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeFragmentSMS() (to AuthSentCodeTypeFragmentSMSArray) {
tl_auth_sent_code_type_slices_gen.go#L811: type AuthSentCodeTypeFragmentSMSArray []AuthSentCodeTypeFragmentSMS
tl_auth_sent_code_type_slices_gen.go#L814: func (s AuthSentCodeTypeFragmentSMSArray) Sort(less func(a, b AuthSentCodeTypeFragmentSMS) bool) AuthSentCodeTypeFragmentSMSArray {
tl_auth_sent_code_type_slices_gen.go#L822: func (s AuthSentCodeTypeFragmentSMSArray) SortStable(less func(a, b AuthSentCodeTypeFragmentSMS) bool) AuthSentCodeTypeFragmentSMSArray {
tl_auth_sent_code_type_slices_gen.go#L830: func (s AuthSentCodeTypeFragmentSMSArray) Retain(keep func(x AuthSentCodeTypeFragmentSMS) bool) AuthSentCodeTypeFragmentSMSArray {
tl_auth_sent_code_type_slices_gen.go#L844: func (s AuthSentCodeTypeFragmentSMSArray) First() (v AuthSentCodeTypeFragmentSMS, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L852: func (s AuthSentCodeTypeFragmentSMSArray) Last() (v AuthSentCodeTypeFragmentSMS, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L860: func (s *AuthSentCodeTypeFragmentSMSArray) PopFirst() (v AuthSentCodeTypeFragmentSMS, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L879: func (s *AuthSentCodeTypeFragmentSMSArray) Pop() (v AuthSentCodeTypeFragmentSMS, ok bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |