2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Add send_game and set_game_score methods

This commit is contained in:
Dan
2019-01-07 21:49:58 +01:00
parent 1bbf048b7a
commit 9771be9c2a
5 changed files with 188 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ Messages
vote_poll
retract_vote
download_media
send_game
set_game_score
Chats
-----

View File

@@ -57,6 +57,7 @@ Bots
InlineKeyboardButton
ForceReply
CallbackQuery
Game
Input Media
-----------
@@ -182,6 +183,9 @@ Input Media
.. autoclass:: CallbackQuery
:members:
.. autoclass:: Game
:members:
.. Input Media
-----------