[][src]Trait telegram_bot::types::requests::pin_chat_message::CanPinMessage

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

Required methods

pub fn pin(&self) -> PinChatMessage[src]

Loading content...

Implementors

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

Loading content...