github.com/gotd/td/tg.JSONObject.Value (field)
9 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L705: Value []JSONObjectValue
tl_json_value_gen.go#L728: if !(j.Value == nil) {
tl_json_value_gen.go#L748: j.Value = from.GetValue()
tl_json_value_gen.go#L796: b.PutVectorHeader(len(j.Value))
tl_json_value_gen.go#L797: for idx, v := range j.Value {
tl_json_value_gen.go#L828: j.Value = make([]JSONObjectValue, 0, headerLen%bin.PreallocateLimit)
tl_json_value_gen.go#L835: j.Value = append(j.Value, value)
tl_json_value_gen.go#L846: return 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. |