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 businessConnectionId, Object chatId, InputChecklist checklist, Api api) Required -
Method Summary
Modifier and TypeMethodDescriptiondisableNotification(boolean disableNotification) OptionalmessageEffectId(String messageEffectId) OptionalprotectContent(boolean protectContent) OptionalreplyMarkup(Markup replyMarkup) OptionalreplyParameters(ReplyParameters replyParameters) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
SendChecklist
Required- Parameters:
businessConnectionId- Unique identifier of the business connection on behalf of which the message will be sentchatId- Unique identifier for the target chatchecklist- A JSON-serialized object for the checklist to sendapi- api
-
-
Method Details
-
disableNotification
Optional- Parameters:
disableNotification- Sends the message silently. Users will receive a notification with no sound.- Returns:
SendChecklist
-
protectContent
Optional- Parameters:
protectContent- Protects the contents of the sent message from forwarding and saving- Returns:
SendChecklist
-
messageEffectId
Optional- Parameters:
messageEffectId- Unique identifier of the message effect to be added to the message- Returns:
SendChecklist
-
replyParameters
Optional- Parameters:
replyParameters- Description of the message to reply to- Returns:
SendChecklist
-
replyMarkup
Optional- Parameters:
replyMarkup- Additional interface options. A JSON-serialized object for an inline keyboard- Returns:
SendChecklist
-