Interface IDialogNotificationSettingsContextPayload

interface IDialogNotificationSettingsContextPayload {
    disabled_until: number;
    peer_id: number;
    sound: 0 | 1;
}

Properties

disabled_until: number
peer_id: number
sound: 0 | 1

Generated using TypeDoc