Interface BaseInputInlineResult

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

Hierarchy (view full)

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