type github.com/gotd/td/tg.URLAuthResultClassArray
13 uses
github.com/gotd/td/tg (current package)
tl_url_auth_result_slices_gen.go#L38: type URLAuthResultClassArray []URLAuthResultClass
tl_url_auth_result_slices_gen.go#L41: func (s URLAuthResultClassArray) Sort(less func(a, b URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L49: func (s URLAuthResultClassArray) SortStable(less func(a, b URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L57: func (s URLAuthResultClassArray) Retain(keep func(x URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L71: func (s URLAuthResultClassArray) First() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L79: func (s URLAuthResultClassArray) Last() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L87: func (s *URLAuthResultClassArray) PopFirst() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L106: func (s *URLAuthResultClassArray) Pop() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L120: func (s URLAuthResultClassArray) AsURLAuthResultRequest() (to URLAuthResultRequestArray) {
tl_url_auth_result_slices_gen.go#L133: func (s URLAuthResultClassArray) AsURLAuthResultAccepted() (to URLAuthResultAcceptedArray) {
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. |