mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 13:14:52 +00:00
Fix ReplyKeyboardRemove id
This commit is contained in:
parent
6e4c608875
commit
0935c4837f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
||||
ID = 0xb0700002
|
||||
ID = 0xb0700023
|
||||
|
||||
def __init__(self, selective: bool = None):
|
||||
self.selective = selective
|
||||
|
|
|
|||
Loading…
Reference in a new issue