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 Summary
ConstructorsConstructorDescriptionSendChecklist(String business_connection_id, Object chat_id, InputChecklist checklist, Api api) Required -
Method Summary
Modifier 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.AbstractBaseRequest
exec
-
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 sentchat_id- Unique identifier for the target chatchecklist- A JSON-serialized object for the checklist to sendapi- api
-
-
Method Details
-
disableNotification
Optional- Parameters:
disable_notification- Sends the message silently. Users will receive a notification with no sound.- Returns:
SendChecklist
-
protectContent
Optional- Parameters:
protect_content- Protects the contents of the sent message from forwarding and saving- Returns:
SendChecklist
-
messageEffectId
Optional- Parameters:
message_effect_id- Unique identifier of the message effect to be added to the message- Returns:
SendChecklist
-
replyParameters
Optional- Parameters:
reply_parameters- Description of the message to reply to- Returns:
SendChecklist
-
replyMarkup
Optional- Parameters:
reply_markup- Additional interface options. A JSON-serialized object for an inline keyboard- Returns:
SendChecklist
-