it.discordbot.beans / ServerToChannel

ServerToChannel

data class ServerToChannel

Classe contenitore degli id dei server e relativi canali per le pubblicazioni schedulate

Constructors

<init>

ServerToChannel(serverID: String, channelID: String)

Properties

channelID

val channelID: String

String id del canale

serverID

val serverID: String

String id del server

Functions

equals

fun equals(other: Any?): Boolean

Confronta se sono lo stesso server

hashCode

fun hashCode(): Int