peyk.platforms.telegram.types.bot_description

Classes

BotDescription([description])

This object represents the bot's description.

class peyk.platforms.telegram.types.bot_description.BotDescription(description: str = '')[source]

Bases: object

This 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.