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#L401: type AuthSentCodeTypeCallArray []AuthSentCodeTypeCall
tl_auth_sent_code_type_slices_gen.go#L404: func (s AuthSentCodeTypeCallArray) Sort(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L412: func (s AuthSentCodeTypeCallArray) SortStable(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L420: func (s AuthSentCodeTypeCallArray) Retain(keep func(x AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L434: func (s AuthSentCodeTypeCallArray) First() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L442: func (s AuthSentCodeTypeCallArray) Last() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L450: func (s *AuthSentCodeTypeCallArray) PopFirst() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L469: func (s *AuthSentCodeTypeCallArray) Pop() (v AuthSentCodeTypeCall, 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. |