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

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

Required methods

fn location(
    &self,
    _chat_id: Integer,
    _latitude: f32,
    _longitude: f32
) -> WrapperSendLocation

Loading content...

Implementors

impl FunctionSendLocation for RequestHandle[src]

Loading content...