type github.com/gotd/td/tg.JSONObjectArray
12 uses
github.com/gotd/td/tg (current package)
tl_json_value_slices_gen.go#L172: func (s JSONValueClassArray) AsJSONObject() (to JSONObjectArray) {
tl_json_value_slices_gen.go#L513: type JSONObjectArray []JSONObject
tl_json_value_slices_gen.go#L516: func (s JSONObjectArray) Sort(less func(a, b JSONObject) bool) JSONObjectArray {
tl_json_value_slices_gen.go#L524: func (s JSONObjectArray) SortStable(less func(a, b JSONObject) bool) JSONObjectArray {
tl_json_value_slices_gen.go#L532: func (s JSONObjectArray) Retain(keep func(x JSONObject) bool) JSONObjectArray {
tl_json_value_slices_gen.go#L546: func (s JSONObjectArray) First() (v JSONObject, ok bool) {
tl_json_value_slices_gen.go#L554: func (s JSONObjectArray) Last() (v JSONObject, ok bool) {
tl_json_value_slices_gen.go#L562: func (s *JSONObjectArray) PopFirst() (v JSONObject, ok bool) {
tl_json_value_slices_gen.go#L581: func (s *JSONObjectArray) Pop() (v JSONObject, 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. |