Class MessagesExtensionsKt
-
- All Implemented Interfaces:
public final class MessagesExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static DatelastMessageAt(List<Message> $self, Boolean skipLastMsgUpdateForSystemMsgs)Returns the date of the last message in the list, excluding shadowed messages and system messages. -
-
Method Detail
-
lastMessageAt
final static Date lastMessageAt(List<Message> $self, Boolean skipLastMsgUpdateForSystemMsgs)
Returns the date of the last message in the list, excluding shadowed messages and system messages.
- Parameters:
skipLastMsgUpdateForSystemMsgs- If true, system ./messages will be excluded from the last message calculation.- Returns:
The date of the last message or null if there are no valid messages.
-
-
-
-