peyk.platforms.bale.methods.forward_message¶
- async peyk.platforms.bale.methods.forward_message(self, chat_id: int | str, from_chat_id: int | str, message_id: int) Message[source]¶
Performs the forward 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.