mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-18 05:30:15 +00:00
Merge branch 'develop' into asyncio
This commit is contained in:
commit
124f49ce7a
@ -43,7 +43,7 @@ class CallbackQuery(Object):
|
|||||||
Global identifier, uniquely corresponding to the chat to which the message with the callback button was
|
Global identifier, uniquely corresponding to the chat to which the message with the callback button was
|
||||||
sent. Useful for high scores in games.
|
sent. Useful for high scores in games.
|
||||||
|
|
||||||
data (``str``, *optional*):
|
data (``bytes``, *optional*):
|
||||||
Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field.
|
Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field.
|
||||||
|
|
||||||
game_short_name (``str``, *optional*):
|
game_short_name (``str``, *optional*):
|
||||||
|
Loading…
Reference in New Issue
Block a user