Class SendChecklist
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SendChecklist, Message>
io.github.natanimn.telebof.requests.send.SendChecklist
SendChecklist class. Returns 
Message on success.- Since:
- 1 September 2025
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSendChecklist(String business_connection_id, Object chat_id, InputChecklist checklist, Api api) Required
- 
Method SummaryModifier and TypeMethodDescriptiondisableNotification(boolean disable_notification) OptionalmessageEffectId(String message_effect_id) OptionalprotectContent(boolean protect_content) OptionalreplyMarkup(Markup reply_markup) OptionalreplyParameters(ReplyParameters reply_parameters) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
SendChecklistpublic 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- 
disableNotificationOptional- Parameters:
- disable_notification- Sends the message silently. Users will receive a notification with no sound.
- Returns:
- SendChecklist
 
- 
protectContentOptional- Parameters:
- protect_content- Protects the contents of the sent message from forwarding and saving
- Returns:
- SendChecklist
 
- 
messageEffectIdOptional- Parameters:
- message_effect_id- Unique identifier of the message effect to be added to the message
- Returns:
- SendChecklist
 
- 
replyParametersOptional- Parameters:
- reply_parameters- Description of the message to reply to
- Returns:
- SendChecklist
 
- 
replyMarkupOptional- Parameters:
- reply_markup- Additional interface options. A JSON-serialized object for an inline keyboard
- Returns:
- SendChecklist
 
 
-