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

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

Required Methods

Implementors