Trait telebot::functions::FunctionSendSticker [] [src]

pub trait FunctionSendSticker {
    fn sticker(&self, _chat_id: Integer) -> WrapperSendSticker;
}

Required Methods

Implementors