Interface ITelegramNotificationUtils


public interface ITelegramNotificationUtils
Utility bean used to change Telegram notification mapping and post function options at notification time.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Marks the notification as inhibited so no message will be delivery.
    void
    setChat(String chatIdOrName)
    Changes the chat where the message will be sent.
  • Method Details

    • setChat

      void setChat(String chatIdOrName)
      Changes the chat where the message will be sent.
      Parameters:
      chatIdOrName - the new chat name or id.
    • inhibitNotification

      void inhibitNotification()
      Marks the notification as inhibited so no message will be delivery.