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 and sticker are equal.

Added in version 21.1.

Parameters:
title[source]

Optional. Title text of the business intro.

Type:

str

message[source]

Optional. Message text of the business intro.

Type:

str

sticker[source]

Optional. Sticker of the business intro.

Type:

telegram.Sticker

classmethod de_json(data, bot=None)[source]

See telegram.TelegramObject.de_json().