This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
1
Star
0
Fork
0
You've already forked MadelineProto
mirror of
https://github.com/danog/MadelineProto.git
synced
2024-12-04 08:07:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
43ba430b6d
MadelineProto
/
docs
/
MTProto_docs
/
constructors
/
pong.md
Daniil Gentili
ec23e14c68
Written module to translate tl scheme files, turned documentation script into a class, separated ed the MTProto and telegram docs, added layer 46 and layer 55 docs
2017-01-02 18:50:37 +00:00
447 B
Raw
Blame
History
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, ];