/** * The value of the default disable_notification parameter, used when a message is sent * to the chat, was changed */ export declare class UpdateChatDefaultDisableNotificationBaseModel { _: 'updateChatDefaultDisableNotification'; /** Chat identifier */ chatId: number; /** The new default_disable_notification value */ defaultDisableNotification: boolean; }