Skip to main content

edit_message

AsyncMethod
This is a method of the BasePlatformAdapter class in the base module.
Edit an existing message. Default behaviour when the platform does not support edits: report ok=False with a “not supported” error so the caller can re-send. Platforms that support edits should override this.

Signature

Parameters

Any
required
No description available.
str
required
No description available.
Union
required
No description available.

Returns

SendResult
The result of the operation.

Uses

  • SendResult
  • NotImplementedError

Source

View on GitHub

praisonaiagents/bots/base.py at line 505