Body

data class Body(var messageIdList: Array<String>)(source)

Represents a body of a message.

Constructors

Link copied to clipboard
constructor(messageIdList: Array<String>)

Properties

Link copied to clipboard
@SerialName(value = "message_id_list")
var messageIdList: Array<String>

An array of message IDs.

Functions

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

Overrides the default implementation of equals defined in the Any class. This method checks if the current instance is equal to the specified other object.

Link copied to clipboard
open override fun hashCode(): Int

Returns the hash code value for this object.