[][src]Struct oration::config::Telegram

pub struct Telegram {
    pub push_notifications: bool,
    pub bot_id: String,
    pub chat_id: String,
}

Details of the telegram notification system.

Fields

If true, the notification system will be active.

API token for your telegram bot.

The ID of your personal chat with the bot.

Trait Implementations

impl Debug for Telegram
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Telegram

impl Sync for Telegram