peyk.platforms.telegram.types.bot_description¶
Classes
|
This object represents the bot's description. |
- class peyk.platforms.telegram.types.bot_description.BotDescription(description: str = '')[source]¶
Bases:
objectThis object represents the bot’s description.
- Variables:
description (str) – The bot’s description
- description: str = ''¶
- classmethod from_dict(data: dict | None) BotDescription | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.