Telegram Jido.Chat.Adapter implementation using ExGram.
Summary
Functions
Deletes the Telegram webhook ingress subscription for a messaging bridge.
Ensures Telegram webhook ingress for a messaging bridge.
Returns Telegram extension capability statuses for features outside core adapter contract.
Lists the Telegram webhook ingress subscription for a messaging bridge.
Functions
@spec delete_ingress_subscription(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, term()}
Deletes the Telegram webhook ingress subscription for a messaging bridge.
Ensures Telegram webhook ingress for a messaging bridge.
Telegram supports one webhook per bot token, so the subscription id is deterministic for the bridge and maps to the bot's current webhook.
@spec extension_capabilities() :: map()
Returns Telegram extension capability statuses for features outside core adapter contract.
Lists the Telegram webhook ingress subscription for a messaging bridge.