Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make short_name parameter required
  • Loading branch information
Krishna-Singhal authored Mar 5, 2023
commit 3471fcf44c228a752018d00c2e6d8b1067d14543
2 changes: 1 addition & 1 deletion pyrogram/types/inline_mode/inline_query_result_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class InlineQueryResultGame(InlineQueryResult):

def __init__(
self,
short_name: str = "",
short_name: str,
id: str = None,
reply_markup: "types.InlineKeyboardMarkup" = None,
):
Expand Down