BusinessIntro¶
- class telegram.BusinessIntro(title=None, message=None, sticker=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object represents the intro of a 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
New in version 21.1.
- Parameters: