[][src]Trait telegram_bot_raw::requests::pin_chat_message::CanPinMessage

pub trait CanPinMessage {
    fn pin(&self) -> PinChatMessage;
}

Required methods

fn pin(&self) -> PinChatMessage

Loading content...

Implementors

impl<M> CanPinMessage for M where
    M: ToMessageId + ToSourceChat
[src]

Loading content...