Class SendContact


public class SendContact extends SendBuilder<SendContact, Message>
SendContact class. Returns sent Message on success.
Since:
3 March 2025
  • Constructor Details

    • SendContact

      public SendContact(Object chat_id, String phone_number, String first_name, Api api)
      Required
      Parameters:
      chat_id - chat id
      phone_number - phone number
      first_name - first name
      api - api
  • Method Details