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