mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +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.ReplyKeyboardRemove",
|
||||||
"types.ForceReply"
|
"types.ForceReply"
|
||||||
] = None
|
] = None
|
||||||
) -> List["types.Message"]:
|
) -> "types.Message":
|
||||||
"""Copy messages of any kind.
|
"""Copy messages of any kind.
|
||||||
|
|
||||||
The method is analogous to the method :meth:`~Client.forward_messages`, but the copied message doesn't have a
|
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