| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
SendAble.send(SenderAndCidMidGetter er)
所有可发送的
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ActionResult |
MessagePre.getActionResult(SenderAndCidMidGetter er,
Image image,
String content,
String replyId) |
ActionResult |
PlainText.send(SenderAndCidMidGetter er) |
ActionResult |
MessagePre.send(SenderAndCidMidGetter er) |
ActionResult |
Image.send(SenderAndCidMidGetter er) |
ActionResult |
AtAll.send(SenderAndCidMidGetter er) |
ActionResult |
At.send(SenderAndCidMidGetter er) |
| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
MessageChain.send(SenderAndCidMidGetter er) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Channel
# Channel
字段名类型描述 id string 子频道 id guild_id string 频道 id name string 子频道名 type int 子频道类型 ChannelType sub_type int 子频道子类型 ChannelSubType position int 排序值,具体请参考 有关 position 的说明 parent_id string 所属分组 id,仅对子频道有效,对 |
class |
Dms
字段名 类型 描述 guild_id string 私信会话关联的频道 id channel_id string 私信会话关联的子频道 id create_time string 创建私信会话时间戳
|
| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
Emoji.send(SenderAndCidMidGetter er) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DirectMessage
字段名 类型 描述 id string 消息 id channel_id string 子频道 id guild_id string 频道 id content string 消息内容 timestamp ISO8601 timestamp 消息创建时间 edited_timestamp ISO8601 timestamp 消息编辑时间 mention_everyone bool 是否是@全员消息 author User 对象 消息创建者 attachments MessageAttachment 对象数组 附件 embeds MessageEmbed 对象数组 embed mentions User 对象数组 消息中@的人 member Member 对象 消息创建者的member信息 ark MessageArk ark消息对象 ark消息 seq int 用于消息间的排序,seq 在同一子频道中按从先到后的顺序递增,不同的子频道之间消息无法排序。
|
class |
RawMessage
字段名 类型 描述 id string 消息 id channel_id string 子频道 id guild_id string 频道 id content string 消息内容 timestamp ISO8601 timestamp 消息创建时间 edited_timestamp ISO8601 timestamp 消息编辑时间 mention_everyone bool 是否是@全员消息 author User 对象 消息创建者 attachments MessageAttachment 对象数组 附件 embeds MessageEmbed 对象数组 embed mentions User 对象数组 消息中@的人 member Member 对象 消息创建者的member信息 ark MessageArk ark消息对象 ark消息 seq int 用于消息间的排序,seq 在同一子频道中按从先到后的顺序递增,不同的子频道之间消息无法排序。
|
Copyright © 2023. All rights reserved.