Interface BusinessIntro

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

interface BusinessIntro {
    message?: string;
    sticker?: Sticker;
    title?: string;
}

Properties

message?: string

Message text of the business intro

sticker?: Sticker

Sticker of the business intro

title?: string

Title text of the business intro