Telegram ingress configuration and webhook subscription helpers.
jido_messaging treats ingress subscription callbacks as optional adapter
extensions. Telegram maps those callbacks to the bot webhook control plane.
Polling ingress is host-supervised, so subscription provisioning is not
applicable there.
Summary
Functions
Deletes the Telegram webhook subscription for a bridge.
Ensures the Telegram webhook subscription for a bridge.
Lists the active Telegram webhook subscription for a bridge.
Returns the effective ingress mode.
Normalizes ingress settings from adapter callback options.
Types
Functions
@spec delete_subscription(String.t(), String.t(), keyword()) :: subscription_result()
Deletes the Telegram webhook subscription for a bridge.
@spec ensure_subscription( String.t(), keyword() ) :: subscription_result()
Ensures the Telegram webhook subscription for a bridge.
@spec list_subscriptions( String.t(), keyword() ) :: subscription_list_result()
Lists the active Telegram webhook subscription for a bridge.
Returns the effective ingress mode.
Normalizes ingress settings from adapter callback options.