github.com/gotd/td/tg.JSONArray.Value (field)
10 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L547: Value []JSONValueClass
tl_json_value_gen.go#L570: if !(j.Value == nil) {
tl_json_value_gen.go#L590: j.Value = from.GetValue()
tl_json_value_gen.go#L638: b.PutVectorHeader(len(j.Value))
tl_json_value_gen.go#L639: for idx, v := range j.Value {
tl_json_value_gen.go#L673: j.Value = make([]JSONValueClass, 0, headerLen%bin.PreallocateLimit)
tl_json_value_gen.go#L680: j.Value = append(j.Value, value)
tl_json_value_gen.go#L691: return j.Value
tl_json_value_gen.go#L696: return JSONValueClassArray(j.Value)
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. |