Class SendChatAction
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SendChatAction, Boolean>
io.github.natanimn.telebof.requests.send.SendChatAction
SendChatAction class. Returns True on success.
- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessConnectionId
(String business_connection_id) OptionalmessageThreadId
(int message_thread_id) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
SendChatAction
Required- Parameters:
chat_id
- chat idaction
- actionapi
- api
-
-
Method Details
-
messageThreadId
Optional- Parameters:
message_thread_id
- Unique identifier for the target message thread; for supergroups only- Returns:
SendChatAction
-
businessConnectionId
Optional- Parameters:
business_connection_id
- Unique identifier of the business connection on behalf of which the action will be sent- Returns:
SendChatAction
-