dataJSON
Represents a json-encoded object
type tg.DataJSON struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Data | string | yes | JSON-encoded object |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
dataJSON#7d748d04