Interface InputStoryAreaTypeMessage

An area pointing to a message. Subtype of InputStoryAreaType.

interface InputStoryAreaTypeMessage {
    @type: "inputStoryAreaTypeMessage";
    chat_id: number;
    message_id: number;
}

Properties

@type: "inputStoryAreaTypeMessage"
chat_id: number

Identifier of the chat with the message. Currently, the chat must be a supergroup or a channel chat.

message_id: number

Identifier of the message. Use messageProperties.can_be_shared_in_story to check whether the message is suitable.