BeforeDate

data class BeforeDate(val date: Date, val inclusive: Boolean) : PinnedMessagesPagination

Returns messages before the date.

Parameters

date

The date used for generating result.

inclusive

Whether the results should include the message with the given id.

Constructors

Link copied to clipboard
constructor(date: Date, inclusive: Boolean)

Properties

Link copied to clipboard
val date: Date
Link copied to clipboard