2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Fix ReplyKeyboardRemove id

This commit is contained in:
Dan 2018-06-28 18:41:16 +02:00
parent 6e4c608875
commit 0935c4837f

View File

@ -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