mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Fix InlineQuery ID
This commit is contained in:
parent
8d50b86bc6
commit
735246b259
@ -39,7 +39,7 @@ class InlineQuery(Object):
|
||||
location (:obj:`Location <pyrogram.Location>`. *optional*):
|
||||
Sender location, only for bots that request user location.
|
||||
"""
|
||||
ID = 0xb0700024
|
||||
ID = 0xb0700032
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user