mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +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
@ -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…
x
Reference in New Issue
Block a user