public enum NotifyBotStateModifier
Manage bot state and notifications.
public static NotifyBotStateModifier KEEP_CURRENT_STATE
If the bot is disabled for the user, don't send the notification.
public static NotifyBotStateModifier ACTIVATE_ONLY_FOR_THIS_NOTIFICATION
Send the notification even for disabled bot, but don't reactivate the bot for the user if it is disabled.
public static NotifyBotStateModifier REACTIVATE
Send the notification and reactivate the bot for the user.