ironclaw 0.24.0

Secure personal AI assistant that protects your data and expands its capabilities on the fly
Documentation
1
2
3
4
5
6
pub const TELEGRAM_CHANNEL_NAME: &str = "telegram";
const TELEGRAM_BOT_USERNAME_SETTING_PREFIX: &str = "channels.wasm_channel_bot_usernames";

pub fn bot_username_setting_key(channel_name: &str) -> String {
    format!("{TELEGRAM_BOT_USERNAME_SETTING_PREFIX}.{channel_name}")
}