[−][src]Trait telegram_bot_raw::requests::send_venue::CanSendVenue
Send information about a venue.
Required methods
fn venue<T, A>(
&self,
latitude: Float,
longitude: Float,
title: T,
address: A
) -> SendVenue<'t, 'a, 'f> where
T: Into<Cow<'t, str>>,
A: Into<Cow<'a, str>>,
[src]
&self,
latitude: Float,
longitude: Float,
title: T,
address: A
) -> SendVenue<'t, 'a, 'f> where
T: Into<Cow<'t, str>>,
A: Into<Cow<'a, str>>,