peyk.platforms.telegram.types.bot_name

Classes

BotName([name])

This object represents the bot's name.

class peyk.platforms.telegram.types.bot_name.BotName(name: str = '')[source]

Bases: object

This object represents the bot’s name.

Variables:

name (str) – The bot’s name

name: str = ''
classmethod from_dict(data: dict | None) BotName | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.