Skip to content

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

Class: BusinessIntro

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

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:1330

Parameters

ParameterType
payloadTelegramBusinessIntro

Returns

BusinessIntro

Properties

PropertyTypeDefined in
payloadTelegramBusinessIntrocontexts/index.d.ts:1329

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


message

Get Signature

get message(): string

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

Optional. Message text of the business intro

Returns

string


sticker

Get Signature

get sticker(): StickerAttachment

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

Optional. Sticker of the business intro

Returns

StickerAttachment


title

Get Signature

get title(): string

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

Optional. Title text of the business intro

Returns

string