Interface ToggleChatDefaultDisableNotification

Changes the value of the default disable_notification parameter, used when a message is sent to a chat. Request type for Tdjson#toggleChatDefaultDisableNotification.

interface ToggleChatDefaultDisableNotification {
    @type: "toggleChatDefaultDisableNotification";
    chat_id: number;
    default_disable_notification?: boolean;
}

Properties

@type: "toggleChatDefaultDisableNotification"
chat_id: number

Chat identifier.

default_disable_notification?: boolean

New value of default_disable_notification.