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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbusinessConnectionId(String business_connection_id) OptionalmessageThreadId(int message_thread_id) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
SendChatActionRequired- Parameters:
- chat_id- chat id
- action- action
- api- api
 
 
- 
- 
Method Details- 
messageThreadIdOptional- Parameters:
- message_thread_id- Unique identifier for the target message thread; for supergroups only
- Returns:
- SendChatAction
 
- 
businessConnectionIdOptional- Parameters:
- business_connection_id- Unique identifier of the business connection on behalf of which the action will be sent
- Returns:
- SendChatAction
 
 
-