toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
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
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
私信会话关联的子频道 id
create
Time
Link copied to clipboard
@
SerialName
(
value
=
"create_time"
)
val
createTime
:
String
创建私信会话时间戳
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
guildId
:
String
私信会话关联的频道 id