Trait telebot::functions::FunctionSendLocation [] [src]

pub trait FunctionSendLocation {
    fn location(
        &self,
        _chat_id: Integer,
        _latitude: f32,
        _longitude: f32
    ) -> WrapperSendLocation; }

Required Methods

Implementors