Simple Robot Component Tencent Guild
3.2.0.0
common
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model
/
DirectMessageSession
Direct
Message
Session
@
Serializable
data
class
DirectMessageSession
(
val
guildId
:
String
,
val
channelId
:
String
,
val
createTime
:
String
)
(
source
)
私信会话对象(DMS)
Author
ForteScarlet
Members
Constructors
Direct
Message
Session
Link copied to clipboard
constructor
(
guildId
:
String
,
channelId
:
String
,
createTime
:
String
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
私信会话关联的子频道 id
create
Time
Link copied to clipboard
val
createTime
:
String
创建私信会话时间戳
guild
Id
Link copied to clipboard
val
guildId
:
String
私信会话关联的频道 id