1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 13:47:20 +01:00
MadelineProto/docs/API_docs/constructors/pong.md

445 B

title description
pong pong attributes, type and example

Constructor: pong

Back to constructors index

Attributes:

Name Type Required
msg_id long Required
ping_id long Required

Type: Pong

Example:

$pong = ['_' => pong, 'msg_id' => long, 'ping_id' => long, ];