[−][src]Trait telegram_bot_raw::requests::send_contact::CanSendContact
Send phone contact.
Required methods
fn contact<P, F>(
&self,
phone_number: P,
first_name: F
) -> SendContact<'p, 'f, 'l> where
P: Into<Cow<'p, str>>,
F: Into<Cow<'f, str>>,
[src]
&self,
phone_number: P,
first_name: F
) -> SendContact<'p, 'f, 'l> where
P: Into<Cow<'p, str>>,
F: Into<Cow<'f, str>>,