类的使用
cn.siriusbot.siriuspro.bot.api.pojo.message.MessageMarkdown
使用MessageMarkdown的程序包
-
cn.siriusbot.siriuspro.bot.api中MessageMarkdown的使用
修饰符和类型方法说明DMS_Api.sendMarkdownMessage(String bot_id, String guild_id, String msg_id, String event_id, MessageMarkdown markdown) 发送markdown消息(富文本) 要求操作人在该子频道具有发送消息和对应 Markdown 模版 的权限。MessageApi.sendMarkdownMessage(String bot_id, String channel_id, String msg_id, String event_id, MessageMarkdown markdown) 发送markdown消息(富文本) 要求操作人在该子频道具有发送消息和对应 Markdown 模版 的权限。 -
cn.siriusbot.siriuspro.bot.api.pojo.message中MessageMarkdown的使用
修饰符和类型方法说明static MessageMarkdownMessageMarkdown.createMarkdownMessage(String custom_template_id, List<MessageMarkdownParams> messageMarkdownParams) 生成markdown模板消息对象