mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix type hint
This commit is contained in:
parent
73a1fee28a
commit
a85ca8cc1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue