Helper for creating a FeishuChannelAdapter.
create_feishu_channel_adapter(
app_id,
app_secret,
base_url = "https://open.feishu.cn",
verification_token = NULL,
encrypt_key = NULL,
verify_signature = TRUE,
send_text_fn = NULL,
send_status_fn = NULL,
download_resource_fn = NULL
)A FeishuChannelAdapter.
Feishu app id.
Feishu app secret.
Feishu API base URL.
Optional callback verification token.
Optional event subscription encryption key.
Whether to validate Feishu callback signatures when applicable.
Optional custom send function for tests or overrides.
Optional custom status function for tests or overrides.
Optional custom downloader for inbound message resources.