Notification Handlers

async bot.handlers.notifications.handlers.command_set_group_handler(message)

Set group chat for notifications.

Return type:

None

Parameters:

message (aiogram.types.Message)

async bot.handlers.notifications.handlers.command_set_notification_handler(message)

Set notification thresholds.

Return type:

None

Parameters:

message (aiogram.types.Message)

async bot.handlers.notifications.handlers.command_unset_group_handler(message)

Unset group chat for notifications (return to personal chat).

Return type:

None

Parameters:

message (aiogram.types.Message)