Interface SetForumTopicNotificationSettings

Changes the notification settings of a forum topic. Request type for Tdjson#setForumTopicNotificationSettings.

interface SetForumTopicNotificationSettings {
    @type: "setForumTopicNotificationSettings";
    chat_id: number;
    message_thread_id: number;
    notification_settings: ChatNotificationSettings;
}

Properties

@type: "setForumTopicNotificationSettings"
chat_id: number

Chat identifier.

message_thread_id: number

Message thread identifier of the forum topic.

notification_settings: ChatNotificationSettings

New notification settings for the forum topic. If the topic is muted for more than 366 days, it is considered to be muted forever.