[−][src]Trait telegram_bot_raw::types::refs::ToSourceChat
Get source ChatId
from the type reference.
Required methods
fn to_source_chat(&self) -> ChatId
[src]
Implementors
impl ToSourceChat for MessageOrChannelPost
[src]
fn to_source_chat(&self) -> ChatId
[src]
impl ToSourceChat for ChannelPost
[src]
fn to_source_chat(&self) -> ChatId
[src]
impl ToSourceChat for Message
[src]
fn to_source_chat(&self) -> ChatId
[src]
impl<S> ToSourceChat for S where
S: Deref,
S::Target: ToSourceChat,
[src]
S: Deref,
S::Target: ToSourceChat,