Update src/core/requests/send_venue.rs

Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Mishko torop'izhko 2019-09-13 15:08:40 +03:00 committed by GitHub
parent 45f7e49e3b
commit 766be3381d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ use crate::core::requests::{
};
use crate::core::types::{Message, ReplyMarkup};
///Use this method to send information about a venue. On success, the sent
/// Use this method to send information about a venue.
/// Message is returned.
#[derive(Debug, Clone, Serialize)]
struct SendVenue<'a> {