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 chatId, String phoneNumber, String firstName, Api api)
      Required
      Parameters:
      chatId - chat id
      phoneNumber - phone number
      firstName - first name
      api - api
  • Method Details