类的使用
cn.siriusbot.siriuspro.bot.api.pojo.message.MessageMarkdown
使用MessageMarkdown的程序包
-
cn.siriusbot.siriuspro.bot.api中MessageMarkdown的使用
修饰符和类型方法说明GroupApi.sendGeneralMessage(String bot_id, String group_id, String content, Integer msg_type, MessageMarkdown markdown, MessageKeyboard keyboard, String media, MessageArk ark, String image, String message_reference, String event_id, String msg_id, String msg_seq) 通用发送消息C2CApi.sendMarkdownMessage(String bot_id, String user_id, String msg_id, String event_id, MessageMarkdown markdown, MessageKeyboard keyboard) 发送markdown消息(富文本) 要求操作人在该子频道具有发送消息和对应 Markdown 模版 的权限。DMS_Api.sendMarkdownMessage(String bot_id, String guild_id, String msg_id, String event_id, MessageMarkdown markdown) 发送markdown消息(富文本) 要求操作人在该子频道具有发送消息和对应 Markdown 模版 的权限。GroupApi.sendMarkdownMessage(String bot_id, String group_id, String msg_id, String event_id, MessageMarkdown markdown, MessageKeyboard keyboard) 发送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模板消息对象