Trait telegram_bot::types::ToChatRef [] [src]

pub trait ToChatRef {
    fn to_chat_ref(&self) -> ChatRef;
}

Get ChatRef from the type reference.

Required Methods

Implementations on Foreign Types

impl ToChatRef for ChatMember
[src]

Implementors