peyk.platforms.rubika.methods.edit_message_text

async peyk.platforms.rubika.methods.edit_message_text(self, chat_id: str, message_id: str, text: str) bool[source]

Edits message text through the Rubika API.

Parameters:
  • chat_id – Identifier of the target chat.

  • message_id – Identifier of the target message.

  • text – Text content supplied to the operation.

Returns:

Result produced by the Rubika operation.