618 B
618 B
title | description | image |
---|---|---|
pong | Pong | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pong
Pong
Attributes:
Name | Type | Required | Description |
---|---|---|---|
msg_id | long | Yes | Msg ID |
ping_id | long | Yes | Ping ID |
Type: Pong
Example:
$pong = ['_' => 'pong', 'msg_id' => long, 'ping_id' => long];
Or, if you're into Lua:
pong={_='pong', msg_id=long, ping_id=long}