Class UnpinChatMessage
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<UnpinChatMessage, Boolean>
io.github.natanimn.telebof.requests.pin_and_unpin.UnpinChatMessage
UnpinChatMessage class. Returns true on success.
- Since:
- 3 March 2025
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbusinessConnectionId(String business_connection_id) OptionalmessageId(int message_id) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
UnpinChatMessage
 
- 
- 
Method Details- 
messageIdOptional- Parameters:
- message_id- Identifier of the message to pin_and_unpin. Required if- businessConnectionId(java.lang.String)is specified. If not specified, the most recent pinned message (by sending date) will be unpinned.
- Returns:
- UnpinChatMessage
 
- 
businessConnectionIdOptional- Parameters:
- business_connection_id- Unique identifier of the business connection on behalf of which the message will be unpinned
- Returns:
- UnpinChatMessage
 
 
-