类的使用
cn.siriusbot.siriuspro.bot.pojo.message.OpenForumEvent.OpenForumEventInfo
使用OpenForumEventInfo的程序包
-
cn.siriusbot.siriuspro.bot.application中OpenForumEventInfo的使用
修饰符和类型方法说明default voidSiriusApplication.open_forum_post_create_event(String bot_id, OpenForumEventInfo event) (公域)用户创建帖子事件default voidSiriusApplication.open_forum_post_delete_event(String bot_id, OpenForumEventInfo event) (公域)用户删除帖子事件default voidSiriusApplication.open_forum_reply_create_event(String bot_id, OpenForumEventInfo event) (公域)用户回复帖子事件default voidSiriusApplication.open_forum_reply_delete_event(String bot_id, OpenForumEventInfo event) (公域)用户删除回复事件default voidSiriusApplication.open_forum_thread_create_event(String bot_id, OpenForumEventInfo event) (公域)用户创建主题事件default voidSiriusApplication.open_forum_thread_delete_event(String bot_id, OpenForumEventInfo event) (公域)用户删除主题事件default voidSiriusApplication.open_forum_thread_update_event(String bot_id, OpenForumEventInfo event) (公域)用户更新主题事件