We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b302c23 commit c56697dCopy full SHA for c56697d
1 file changed
src/steamship/agents/examples/telegram_bot.py
@@ -49,7 +49,7 @@ class TelegramBot(AgentService):
49
50
"""
51
52
- class TelegramBotConfig(Config):
+ class TelegramBotConfig(TelegramTransportConfig):
53
bot_token: str = Field(description="The secret token for your Telegram bot")
54
55
@classmethod
0 commit comments