mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Fix type hint
This commit is contained in:
parent
73a1fee28a
commit
a85ca8cc1a
@ -346,7 +346,7 @@ class Message(Object, Update):
|
|||||||
command: List[str] = None,
|
command: List[str] = None,
|
||||||
voice_chat_started: "types.VoiceChatStarted" = None,
|
voice_chat_started: "types.VoiceChatStarted" = None,
|
||||||
voice_chat_ended: "types.VoiceChatEnded" = None,
|
voice_chat_ended: "types.VoiceChatEnded" = None,
|
||||||
voice_chat_members_invited: "types.VoiceChatMemberInvited" = None,
|
voice_chat_members_invited: "types.VoiceChatMembersInvited" = None,
|
||||||
reply_markup: Union[
|
reply_markup: Union[
|
||||||
"types.InlineKeyboardMarkup",
|
"types.InlineKeyboardMarkup",
|
||||||
"types.ReplyKeyboardMarkup",
|
"types.ReplyKeyboardMarkup",
|
||||||
|
Loading…
Reference in New Issue
Block a user