Interface PreparedInlineMessageId

Represents an inline message that can be sent via the bot.

interface PreparedInlineMessageId {
    @type: "preparedInlineMessageId";
    expiration_date: number;
    id: string;
}

Properties

@type: "preparedInlineMessageId"
expiration_date: number

Point in time (Unix timestamp) when the message can't be used anymore.

id: string

Unique identifier for the message.