mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Fix ReplyKeyboardRemove id
This commit is contained in:
parent
6e4c608875
commit
0935c4837f
@ -35,7 +35,7 @@ class ReplyKeyboardRemove(Object):
|
|||||||
keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet.
|
keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
ID = 0xb0700002
|
ID = 0xb0700023
|
||||||
|
|
||||||
def __init__(self, selective: bool = None):
|
def __init__(self, selective: bool = None):
|
||||||
self.selective = selective
|
self.selective = selective
|
||||||
|
Loading…
x
Reference in New Issue
Block a user