Feature: BotNotificator #18

Merged
akulij merged 13 commits from dev into main 2025-06-02 11:54:14 +00:00
Showing only changes of commit af3dba2873 - Show all commits

View File

@ -76,8 +76,16 @@ print(JSON.stringify(dialog.buttons))
const config = { const config = {
version: 1.1, version: 1.1,
timezone: 3,
} }
const notifications = [
// {
// time: "18:14",
// message: {literal: "show_projects"},
// },
]
// {config, dialog} // {config, dialog}
const c = { config: config, dialog: dialog } const c = { config: config, dialog: dialog, notifications: notifications }
c c