Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

new

Method
This is a method of the BotMessage class in the protocols module.
Create a new bot message

Signature

def new(sender_id: impl Into<String>, content: impl Into<String>) -> Self

Parameters

sender_id
impl Into<String>
required
No description available.
content
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.