BusinessIntro¶
- class telegram.BusinessIntro(title=None, message=None, sticker=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This 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
,message
andsticker
are equal.Available In
Added in version 21.1.
- Parameters: