Package io.getstream.chat.android.client.utils.message

Functions

Link copied to clipboard
fun Message.createdAfter(that: Message): Boolean

Tests if this message was created after that message.

Link copied to clipboard
fun List<Message>.latestOrNull(): Message?

Peeks the latest message from the sorted List of messages.