[−][src]Trait telegram_bot::types::ToChatRef
Get ChatRef from the type reference.
Required methods
pub fn to_chat_ref(&self) -> ChatRef[src]
Implementors
impl ToChatRef for Chat[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for ChatRef[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for ForwardFrom[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for MessageChat[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for Channel[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for ChannelId[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for ChatId[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for ChatMember[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for Forward[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for Group[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for GroupId[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for Supergroup[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for SupergroupId[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for User[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl ToChatRef for UserId[src]
pub fn to_chat_ref(&self) -> ChatRef[src]
impl<S> ToChatRef for S where
S: Deref,
<S as Deref>::Target: ToChatRef, [src]
S: Deref,
<S as Deref>::Target: ToChatRef,