2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Fix CallbackQuery docs

This commit is contained in:
Dan 2018-12-15 11:37:27 +01:00
parent 47b25b0e2d
commit 1bd41d0138

View File

@ -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*):