Trait telegram_bot_ars::types::ToSourceChat
source · pub trait ToSourceChat {
fn to_source_chat(&self) -> ChatId;
}Expand description
Get source ChatId from the type reference.
pub trait ToSourceChat {
fn to_source_chat(&self) -> ChatId;
}Get source ChatId from the type reference.