type github.com/gotd/td/tg.AuthSentCodeTypeCallArray
12 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_slices_gen.go#L146: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeCall() (to AuthSentCodeTypeCallArray) {
tl_auth_sent_code_type_slices_gen.go#L427: type AuthSentCodeTypeCallArray []AuthSentCodeTypeCall
tl_auth_sent_code_type_slices_gen.go#L430: func (s AuthSentCodeTypeCallArray) Sort(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L438: func (s AuthSentCodeTypeCallArray) SortStable(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L446: func (s AuthSentCodeTypeCallArray) Retain(keep func(x AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L460: func (s AuthSentCodeTypeCallArray) First() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L468: func (s AuthSentCodeTypeCallArray) Last() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L476: func (s *AuthSentCodeTypeCallArray) PopFirst() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L495: func (s *AuthSentCodeTypeCallArray) Pop() (v AuthSentCodeTypeCall, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |