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