type github.com/gotd/td/tg.JSONArrayArray
12 uses
github.com/gotd/td/tg (current package)
tl_json_value_slices_gen.go#L159: func (s JSONValueClassArray) AsJSONArray() (to JSONArrayArray) {
tl_json_value_slices_gen.go#L431: type JSONArrayArray []JSONArray
tl_json_value_slices_gen.go#L434: func (s JSONArrayArray) Sort(less func(a, b JSONArray) bool) JSONArrayArray {
tl_json_value_slices_gen.go#L442: func (s JSONArrayArray) SortStable(less func(a, b JSONArray) bool) JSONArrayArray {
tl_json_value_slices_gen.go#L450: func (s JSONArrayArray) Retain(keep func(x JSONArray) bool) JSONArrayArray {
tl_json_value_slices_gen.go#L464: func (s JSONArrayArray) First() (v JSONArray, ok bool) {
tl_json_value_slices_gen.go#L472: func (s JSONArrayArray) Last() (v JSONArray, ok bool) {
tl_json_value_slices_gen.go#L480: func (s *JSONArrayArray) PopFirst() (v JSONArray, ok bool) {
tl_json_value_slices_gen.go#L499: func (s *JSONArrayArray) Pop() (v JSONArray, 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. |