mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Fix InlineQuery ID
This commit is contained in:
parent
8d50b86bc6
commit
735246b259
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class InlineQuery(Object):
|
||||||
location (:obj:`Location <pyrogram.Location>`. *optional*):
|
location (:obj:`Location <pyrogram.Location>`. *optional*):
|
||||||
Sender location, only for bots that request user location.
|
Sender location, only for bots that request user location.
|
||||||
"""
|
"""
|
||||||
ID = 0xb0700024
|
ID = 0xb0700032
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue