[][src]Constant attheme::FALLBACKS

pub const FALLBACKS: &[(&str, &str)]

A fallback map used by Telegram. Primarily used with Attheme::fallback_to_self.

Example

use attheme::{Attheme, default_themes};
let mut theme = Attheme::new();
theme.fallback_to_self(attheme::FALLBACKS);
theme.fallback_to_other(default_themes::default());