title |
description |
pong |
pong attributes, type and example |
Constructor: pong
Back to constructors index
Attributes:
Name |
Type |
Required |
msg_id |
long |
Yes |
ping_id |
long |
Yes |
Example:
$pong = ['_' => 'pong', 'msg_id' => long, 'ping_id' => long, ];
Or, if you're into Lua:
pong={_='pong', msg_id=long, ping_id=long, }