Namespace EyeAuras.AdvancedAuras.Triggers.TelegramMessage
Classes
TelegramSubscriptionTriggerProperties
Represents the properties for configuring a Telegram Subscription Trigger. This record holds the necessary settings for the trigger to interact with a specific Telegram chat.
Interfaces
ITelegramSubscriptionTrigger
Represents an Aura trigger that listens for messages in a specified Telegram chat. It activates or deactivates based on the text content of the messages, similar to the NetworkMessage trigger. The trigger uses the Telegram Bot API (https://core.telegram.org/bots/api) for receiving messages.