Skip to main content

render_presentation

AsyncMethod
This is a method of the SupportsPresentation class in the protocols module.
Render a presentation to a target (chat/channel).

Signature

Parameters

str
required
Target identifier (chat_id, channel_id, etc.)
MessagePresentation
required
The presentation to render

Returns

Optional[str]
Message ID if sent successfully, None otherwise

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 1157