Edit

class Edit(val messageId: Long) : MessageInputMode

The edit mode of a specific message with the given messageId.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(messageId: Long)

Properties

Link copied to clipboard

The id of the message to edit.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int