From c8fc995c83f3577eea72b8368c218732bca75144 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 15 Oct 2018 14:31:16 +0200 Subject: [PATCH] No need to inherit from Object --- pyrogram/client/types/bots/inline_query_result_article.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,