BeforeMessage

data class BeforeMessage(val messageId: String, val inclusive: Boolean) : PinnedMessagesPagination

Returns messages before the message with given id.

Parameters

messageId

The id of the message used for generating result.

inclusive

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

Constructors

Link copied to clipboard
constructor(messageId: String, inclusive: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard