@webitel/api-services
    Preparing search index...

    Represents a row of buttons grouped under a specific logical section header. Useful for creating categorized menus or structured interactive interfaces.

    interface WebitelImApiGatewayV1KeyboardRowWithSection {
        buttons?: WebitelImApiGatewayV1KeyboardButton[];
        section?: string;
    }
    Index

    Properties

    Properties

    Collection of buttons within this section. Minimum of 1 button is required to prevent empty sections.

    section?: string

    The header text for this section. Must be concise and descriptive.