BusinessIntro¶
- class telegram.BusinessIntro(title=None, message=None, sticker=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object contains information about the start page settings of a Telegram Business account.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
title,messageandstickerare equal.Available In
Added in version 21.1.
- Parameters:
title (
str, optional) – Title text of the business intro.message (
str, optional) – Message text of the business intro.sticker (
telegram.Sticker, optional) – Sticker of the business intro.