peyk.platforms.bale.methods.copy_message¶
- async peyk.platforms.bale.methods.copy_message(self, chat_id: int | str, from_chat_id: int | str, message_id: int) Dict[str, object][source]¶
Performs the copy message operation for the Bale client.
- Parameters:
chat_id – Identifier of the target chat.
from_chat_id – Value used by this operation.
message_id – Identifier of the target message.
- Returns:
Result produced by the Bale operation.