notice

This is documentation for Rasa Documentation v2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.x).

Version: 2.x

rasa.core.channels.telegram

TelegramOutput Objects

class TelegramOutput(TeleBot, OutputChannel)

Output channel for Telegram.

send_text_with_buttons

| async send_text_with_buttons(recipient_id: Text, text: Text, buttons: List[Dict[Text, Any]], button_type: Optional[Text] = "inline", **kwargs: Any, ,) -> None

Sends a message with keyboard.

For more information: https://core.telegram.org/bots#keyboards

:button_type inline: horizontal inline keyboard

:button_type vertical: vertical inline keyboard

:button_type reply: reply keyboard

TelegramInput Objects

class TelegramInput(InputChannel)

Telegram input channel

get_output_channel

| get_output_channel() -> TelegramOutput

Loads the telegram channel.