Update inline_query_results.py

This commit is contained in:
Anatras02 2020-12-24 17:38:24 +01:00 committed by GitHub
parent e33d4fcfd1
commit 0f9024b32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from pyrogram.types import InlineQueryResultArticle,InputTextMessageContent,InlineQueryResult from pyrogram.types import InlineQueryResultArticle,InputTextMessageContent
from uuid import uuid4 from uuid import uuid4
class InlineQueryResults(list): class InlineQueryResults(list):