Update src/core/requests/send_contact.rs

Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Mishko torop'izhko 2019-09-13 15:07:54 +03:00 committed by GitHub
parent b9364d737b
commit 1932741f1a
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 crate::core::types::{Message, ReplyMarkup};
///Use this method to send phone contacts. On success, the sent Message is /// Use this method to send phone contacts.
/// returned. /// returned.
#[derive(Debug, Clone, Serialize)] #[derive(Debug, Clone, Serialize)]
struct SendContact<'a> { struct SendContact<'a> {