Uses of Class
top.focess.qq.api.event.bot.BotEvent
-
Packages that use BotEvent Package Description top.focess.qq.api.event.bot top.focess.qq.api.event.chat top.focess.qq.api.event.message top.focess.qq.api.event.recall top.focess.qq.api.event.request -
-
Uses of BotEvent in top.focess.qq.api.event.bot
Subclasses of BotEvent in top.focess.qq.api.event.bot Modifier and Type Class Description classBotLoginEventCalled when bot loginclassBotLogoutEventCalled when bot logoutclassBotPreSendMessageEventCalled when bot pre-send messageclassBotReloginEventCalled when bot reloginclassBotSendMessageEventCalled when bot send messageclassFriendInputStatusEventCalled when friend input status is changed -
Uses of BotEvent in top.focess.qq.api.event.chat
Subclasses of BotEvent in top.focess.qq.api.event.chat Modifier and Type Class Description classChatEventCalled when a friend chat with bot or a member chat in a group the bot is inclassFriendChatEventCalled when a friend chat with botclassGroupChatEventCalled when a member who chats in the group the bot is inclassStrangerChatEventCalled when a stranger chat with bot -
Uses of BotEvent in top.focess.qq.api.event.message
Subclasses of BotEvent in top.focess.qq.api.event.message Modifier and Type Class Description classFriendMessageEventCalled when a friend chat with bot (this does not execute any commands)classGroupMessageEventCalled when a member who chats in the group the bot is in (this does not execute any commands)classMessageEventCalled when a friend chat with bot or a member chat in a group the bot is in (this does not execute any commands)classStrangerMessageEventCalled when a stranger chat with bot (this does not execute any commands) -
Uses of BotEvent in top.focess.qq.api.event.recall
Subclasses of BotEvent in top.focess.qq.api.event.recall Modifier and Type Class Description classFriendRecallEventCalled when a Friend recall a messageclassGroupRecallEventCalled when a Member recall a message in a Group -
Uses of BotEvent in top.focess.qq.api.event.request
Subclasses of BotEvent in top.focess.qq.api.event.request Modifier and Type Class Description classFriendRequestEventCalled when a friend-request comesclassGroupRequestEventCalled when a group-request comes
-