diff --git a/pyrogram/client/types/bots/inline_query_result_article.py b/pyrogram/client/types/bots/inline_query_result_article.py index d27f4236..991e8f11 100644 --- a/pyrogram/client/types/bots/inline_query_result_article.py +++ b/pyrogram/client/types/bots/inline_query_result_article.py @@ -17,10 +17,9 @@ # along with Pyrogram. If not, see . from pyrogram.api import types -from pyrogram.api.core import Object -class InlineQueryResultArticle(Object): +class InlineQueryResultArticle: """Represents a link to an article or web page. Args: @@ -55,7 +54,6 @@ class InlineQueryResultArticle(Object): Thumbnail height. """ - ID = 0xb0700033 def __init__( self,