Skip to content

GramIO API Reference / @gramio/contexts/dist / BusinessIntro

Class: BusinessIntro

Defined in: contexts/index.d.ts:1367

Contains information about the start page settings of a Telegram Business account.

Documentation

Constructors

Constructor

new BusinessIntro(payload): BusinessIntro

Defined in: contexts/index.d.ts:1369

Parameters

ParameterType
payloadTelegramBusinessIntro

Returns

BusinessIntro

Properties

PropertyTypeDefined in
payloadTelegramBusinessIntrocontexts/index.d.ts:1368

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:1371

MDN

Returns

string


message

Get Signature

get message(): string

Defined in: contexts/index.d.ts:1379

Optional. Message text of the business intro

Returns

string


sticker

Get Signature

get sticker(): StickerAttachment

Defined in: contexts/index.d.ts:1383

Optional. Sticker of the business intro

Returns

StickerAttachment


title

Get Signature

get title(): string

Defined in: contexts/index.d.ts:1375

Optional. Title text of the business intro

Returns

string