type github.com/gotd/td/tg.URLAuthResultRequestArray
12 uses
github.com/gotd/td/tg (current package)
tl_url_auth_result_slices_gen.go#L120: func (s URLAuthResultClassArray) AsURLAuthResultRequest() (to URLAuthResultRequestArray) {
tl_url_auth_result_slices_gen.go#L146: type URLAuthResultRequestArray []URLAuthResultRequest
tl_url_auth_result_slices_gen.go#L149: func (s URLAuthResultRequestArray) Sort(less func(a, b URLAuthResultRequest) bool) URLAuthResultRequestArray {
tl_url_auth_result_slices_gen.go#L157: func (s URLAuthResultRequestArray) SortStable(less func(a, b URLAuthResultRequest) bool) URLAuthResultRequestArray {
tl_url_auth_result_slices_gen.go#L165: func (s URLAuthResultRequestArray) Retain(keep func(x URLAuthResultRequest) bool) URLAuthResultRequestArray {
tl_url_auth_result_slices_gen.go#L179: func (s URLAuthResultRequestArray) First() (v URLAuthResultRequest, ok bool) {
tl_url_auth_result_slices_gen.go#L187: func (s URLAuthResultRequestArray) Last() (v URLAuthResultRequest, ok bool) {
tl_url_auth_result_slices_gen.go#L195: func (s *URLAuthResultRequestArray) PopFirst() (v URLAuthResultRequest, ok bool) {
tl_url_auth_result_slices_gen.go#L214: func (s *URLAuthResultRequestArray) Pop() (v URLAuthResultRequest, 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. |