peyk.platforms.rubika.methods.delete_message¶ async peyk.platforms.rubika.methods.delete_message(self, chat_id: str, message_id: str) → bool[source]¶ Removes message through the Rubika API. Parameters: chat_id – Identifier of the target chat. message_id – Identifier of the target message. Returns: Result produced by the Rubika operation.