DirectMessageSession

data class DirectMessageSession(val guildId: String, val channelId: String, val createTime: String)(source)

私信会话对象(DMS)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(guildId: String, channelId: String, createTime: String)

Properties

Link copied to clipboard

私信会话关联的子频道 id

Link copied to clipboard

创建私信会话时间戳

Link copied to clipboard

私信会话关联的频道 id