mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Update set_game_score docstrings
This commit is contained in:
parent
9771be9c2a
commit
33e83bf635
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class SetGameScore(BaseClient):
|
|||
disable_edit_message (``bool``, *optional*):
|
||||
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.
|
||||
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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue