pub trait ToSourceChat {
    fn to_source_chat(&self) -> ChatId;
}
Expand description

Get source ChatId from the type reference.

Required Methods§

Implementors§