Config

class telegram_bot_discussion.config.config.Config(token)[source]

Bases: object

Config is base class of Telegram-bot configuration.

Parameters:

token (str)

token: str

It seems that Telegram-bot token field is absolutely needed for any config.

Type:

str