-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum NotifyBotStateModifier extends Enum<NotifyBotStateModifier>
Manage bot state and notifications.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description KEEP_CURRENT_STATEIf the bot is disabled for the user, don't send the notification.
ACTIVATE_ONLY_FOR_THIS_NOTIFICATIONSend the notification even for disabled bot, but don't reactivate the bot for the user if it is disabled.
REACTIVATESend the notification and reactivate the bot for the user.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-