peyk.platforms.rubika.methods.forward_message

async peyk.platforms.rubika.methods.forward_message(self, from_chat_id: str, message_id: str, to_chat_id: str, *, disable_notification: bool | None = None) str[source]

Performs the forward message operation for the Rubika client.

Parameters:
  • from_chat_id – Value used by this operation.

  • message_id – Identifier of the target message.

  • to_chat_id – Value used by this operation.

  • disable_notification – Value used by this operation.

Returns:

Result produced by the Rubika operation.