mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-17 21:22:40 +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*):
|
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 New Issue
Block a user