mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix copy_message return type hint (#1128)
* fixed copy_message method type-hint * Update copy_message.py Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
parent
1b02a6a148
commit
b848e05225
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class CopyMessage:
|
|||
"types.ReplyKeyboardRemove",
|
||||
"types.ForceReply"
|
||||
] = None
|
||||
) -> List["types.Message"]:
|
||||
) -> "types.Message":
|
||||
"""Copy messages of any kind.
|
||||
|
||||
The method is analogous to the method :meth:`~Client.forward_messages`, but the copied message doesn't have a
|
||||
|
|
|
|||
Loading…
Reference in a new issue