diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
MessageUnpinEntry
/
Options
Options
@
Serializable
data
class
Options
(
val
channelId
:
String
,
val
messageId
:
String
)
(
source
)
Members
Constructors
Options
Link copied to clipboard
constructor
(
channelId
:
String
,
messageId
:
String
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
val
messageId
:
String