Class SendChecklist

java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SendChecklist, Message>
io.github.natanimn.telebof.requests.send.SendChecklist

public class SendChecklist extends AbstractBaseRequest<SendChecklist, Message>
SendChecklist class. Returns Message on success.
Since:
1 September 2025
See Also:
  • Constructor Details

    • SendChecklist

      public SendChecklist(String business_connection_id, Object chat_id, InputChecklist checklist, Api api)
      Required
      Parameters:
      business_connection_id - Unique identifier of the business connection on behalf of which the message will be sent
      chat_id - Unique identifier for the target chat
      checklist - A JSON-serialized object for the checklist to send
      api - api
  • Method Details

    • disableNotification

      public SendChecklist disableNotification(boolean disable_notification)
      Optional
      Parameters:
      disable_notification - Sends the message silently. Users will receive a notification with no sound.
      Returns:
      SendChecklist
    • protectContent

      public SendChecklist protectContent(boolean protect_content)
      Optional
      Parameters:
      protect_content - Protects the contents of the sent message from forwarding and saving
      Returns:
      SendChecklist
    • messageEffectId

      public SendChecklist messageEffectId(String message_effect_id)
      Optional
      Parameters:
      message_effect_id - Unique identifier of the message effect to be added to the message
      Returns:
      SendChecklist
    • replyParameters

      public SendChecklist replyParameters(ReplyParameters reply_parameters)
      Optional
      Parameters:
      reply_parameters - Description of the message to reply to
      Returns:
      SendChecklist
    • replyMarkup

      public SendChecklist replyMarkup(Markup reply_markup)
      Optional
      Parameters:
      reply_markup - Additional interface options. A JSON-serialized object for an inline keyboard
      Returns:
      SendChecklist