mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
add struct comment
This commit is contained in:
parent
d81072bba8
commit
02f3d60a96
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use crate::core::network;
|
|||
use crate::core::requests::{ChatId, Request, RequestContext, RequestFuture, ResponseResult};
|
||||
use crate::core::types::{Message, ReplyMarkup};
|
||||
|
||||
///Use this method to send phone contacts. On success, the sent Message is returned.
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
struct SendContact<'a> {
|
||||
#[serde(skip_serializing)]
|
||||
|
|
Loading…
Reference in a new issue