pub trait ToSourceChat {
// Required method
fn to_source_chat(&self) -> ChatId;
}Expand description
Get source ChatId from the type reference.
pub trait ToSourceChat {
// Required method
fn to_source_chat(&self) -> ChatId;
}Get source ChatId from the type reference.