Interface InputBusinessStartPage

Describes settings for a business account start page to set.

interface InputBusinessStartPage {
    @type: "inputBusinessStartPage";
    message: string;
    sticker: InputFile;
    title: string;
}

Properties

@type: "inputBusinessStartPage"
message: string

Message text of the start page; 0-getOption("business_start_page_message_length_max") characters.

sticker: InputFile

Greeting sticker of the start page; pass null if none. The sticker must belong to a sticker set and must not be a custom emoji.

title: string

Title text of the start page; 0-getOption("business_start_page_title_length_max") characters.