BusinessIntro

class telegram.BusinessIntro(title=None, message=None, sticker=None, *, api_kwargs=None)[source]

Bases: telegram.TelegramObject

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

New 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)[source]

See telegram.TelegramObject.de_json().