[][src]Trait telebot::functions::FunctionSendContact

pub trait FunctionSendContact {
    fn contact(
        &self,
        _chat_id: Integer,
        _phone_number: String,
        _first_name: String
    ) -> WrapperSendContact; }

Required methods

fn contact(
    &self,
    _chat_id: Integer,
    _phone_number: String,
    _first_name: String
) -> WrapperSendContact

Loading content...

Implementors

impl FunctionSendContact for RequestHandle[src]

Loading content...