Before

interface Before

Marker interface. Use either Before.Message or Before.Date.

Since

2.1.0

Types

Link copied to clipboard
class Date(val date: Date) : Before

Before a particular time point by date.

Link copied to clipboard
class Message(id: String) : Before

Before one particular message by message Id.

Inheritors

Link copied to clipboard
Link copied to clipboard