AfterMessage

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

Returns messages after 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