MessageData

@Serializable
@SerialName(value = "3")
data class MessageData(val commandId: String, val commandName: String, val convertedUsersRolesChannels: CommandInteractionDataResolved? = null) : ApplicationCommand.Data(source)

Constructors

Link copied to clipboard
constructor(commandId: String, commandName: String, convertedUsersRolesChannels: CommandInteractionDataResolved? = null)

Properties

Link copied to clipboard
@SerialName(value = "id")
open override val commandId: String
Link copied to clipboard
@SerialName(value = "name")
open override val commandName: String
Link copied to clipboard
@SerialName(value = "resolved")
val convertedUsersRolesChannels: CommandInteractionDataResolved? = null