mirror of
https://github.com/pyrogram/pyrogram
synced 2025-10-29 15:37:28 +00:00
Fix type hint
This commit is contained in:
@@ -346,7 +346,7 @@ class Message(Object, Update):
|
||||
command: List[str] = None,
|
||||
voice_chat_started: "types.VoiceChatStarted" = None,
|
||||
voice_chat_ended: "types.VoiceChatEnded" = None,
|
||||
voice_chat_members_invited: "types.VoiceChatMemberInvited" = None,
|
||||
voice_chat_members_invited: "types.VoiceChatMembersInvited" = None,
|
||||
reply_markup: Union[
|
||||
"types.InlineKeyboardMarkup",
|
||||
"types.ReplyKeyboardMarkup",
|
||||
|
||||
Reference in New Issue
Block a user