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
Next Next commit
Update inline_query_result.py
  • Loading branch information
Krishna-Singhal authored Mar 5, 2023
commit 65e7598fe950a72aa70a5397a7003af83b710170
1 change: 1 addition & 0 deletions pyrogram/types/inline_mode/inline_query_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class InlineQueryResult(Object):
- :obj:`~pyrogram.types.InlineQueryResultVenue`
- :obj:`~pyrogram.types.InlineQueryResultVideo`
- :obj:`~pyrogram.types.InlineQueryResultVoice`
- :obj:`~pyrogram.types.InlineQueryResultGame`
"""

def __init__(
Expand Down