Fix type hint

This commit is contained in:
Dan 2021-03-18 18:17:12 +01:00
parent 73a1fee28a
commit a85ca8cc1a

View File

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