Interface InputBackgroundPrevious

A background previously set in the chat; for chat backgrounds only. Subtype of InputBackground.

interface InputBackgroundPrevious {
    @type: "inputBackgroundPrevious";
    message_id: number;
}

Properties

Properties

@type: "inputBackgroundPrevious"
message_id: number

Identifier of the message with the background.