peyk.platforms.telegram.types.business_intro¶
Classes
|
Contains information about the start page settings of a Telegram Business account. |
- class peyk.platforms.telegram.types.business_intro.BusinessIntro(title: str | None = None, message: str | None = None, sticker: Sticker | None = None)[source]¶
Bases:
objectContains information about the start page settings of a Telegram Business account.
- Variables:
title (str | None) – Title text of the business intro
message (str | None) – Message text of the business intro
sticker (peyk.platforms.telegram.types.sticker.Sticker | None) – Sticker of the business intro
- title: str | None = None¶
- message: str | None = None¶
- classmethod from_dict(data: dict | None) BusinessIntro | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.