Interface SetDirectMessagesChatTopicIsMarkedAsUnread

Changes the marked as unread state of the topic in a channel direct messages chat administered by the current user. Request type for Tdjson#setDirectMessagesChatTopicIsMarkedAsUnread.

interface SetDirectMessagesChatTopicIsMarkedAsUnread {
    @type: "setDirectMessagesChatTopicIsMarkedAsUnread";
    chat_id: number;
    is_marked_as_unread?: boolean;
    topic_id: number;
}

Properties

@type: "setDirectMessagesChatTopicIsMarkedAsUnread"
chat_id: number

Chat identifier of the channel direct messages chat.

is_marked_as_unread?: boolean

New value of is_marked_as_unread.

topic_id: number

Topic identifier.