From 735246b259353398d8380fbefbd0c4d85b3599a4 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 9 Nov 2018 08:53:34 +0100 Subject: [PATCH] Fix InlineQuery ID --- pyrogram/client/types/bots/inline_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/types/bots/inline_query.py b/pyrogram/client/types/bots/inline_query.py index d90996de..128a6188 100644 --- a/pyrogram/client/types/bots/inline_query.py +++ b/pyrogram/client/types/bots/inline_query.py @@ -39,7 +39,7 @@ class InlineQuery(Object): location (:obj:`Location `. *optional*): Sender location, only for bots that request user location. """ - ID = 0xb0700024 + ID = 0xb0700032 def __init__( self,