πŸ’¬ Chat

πŸ’¬ Chat

Added on version 23.1.0b0
chat(self, message: str) -> None: Used to make the bot send a message on wide-chat.

βš™οΈ Use cases

This is probably the most used post method. It’s fundamental for communication between the bot and the users in the room. This method receives a string message.
async def on_start(self, SessionMetadata: SessionMetadata) -> None: await self.highrise.chat("Hello, world!")
This will make the bot say β€œHello, world!” in the chat on start:
notion image

Built with Potion.so