Documentation - v0.27.1
    Preparing search index...

    Interface BaseInputInlineResult

    interface BaseInputInlineResult {
        id: string;
        message?: InputInlineMessage;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique ID of the result

    Message to send when the result is selected.

    By default, is automatically generated, and details about how it is generated can be found in subclasses' description