mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update src/core/requests/send_contact.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
b9364d737b
commit
1932741f1a
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Reference in a new issue