2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-26 20:07:27 +00:00

Update set_game_score docstrings

This commit is contained in:
Dan 2019-01-07 22:19:21 +01:00
parent 9771be9c2a
commit 33e83bf635

View File

@ -50,7 +50,7 @@ class SetGameScore(BaseClient):
disable_edit_message (``bool``, *optional*): disable_edit_message (``bool``, *optional*):
Pass True, if the game message should not be automatically edited to include the current scoreboard. Pass True, if the game message should not be automatically edited to include the current scoreboard.
chat_id (``int`` | ``str``): chat_id (``int`` | ``str``, *optional*):
Unique identifier (int) or username (str) of the target chat. Unique identifier (int) or username (str) of the target chat.
For your personal cloud (Saved Messages) you can simply use "me" or "self". For your personal cloud (Saved Messages) you can simply use "me" or "self".
For a contact that exists in your Telegram address book you can use his phone number (str). For a contact that exists in your Telegram address book you can use his phone number (str).