We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fddad commit 78c8b97Copy full SHA for 78c8b97
1 file changed
README.md
@@ -89,7 +89,7 @@ interface CombinedMessage {
89
90
```js
91
interface CombinedMessage {
92
- protos: RawProto[
+ protos: [
93
{
94
method: number
95
proto: bytes
@@ -99,7 +99,7 @@ interface CombinedMessage {
99
has_geotargeted_ar_scan_quest: boolean
100
}
101
]
102
- push_gateway_protos: RawPushGatewayProto[
+ push_gateway_protos: [
103
104
105
0 commit comments