Uses of Interface
top.focess.qq.api.bot.contact.Group
-
-
Uses of Group in top.focess.qq
Methods in top.focess.qq that return Group Modifier and Type Method Description static @Nullable GroupFocessQQ. getGroup(long id)Get the Group Mirai instance by its id -
Uses of Group in top.focess.qq.api.bot
Methods in top.focess.qq.api.bot that return Group Modifier and Type Method Description @Nullable GroupBot. getGroup(long id)Get the group with special id@NonNull GroupBot. getGroupOrFail(long id)Get the group with special idMethods in top.focess.qq.api.bot that return types with arguments of type Group Modifier and Type Method Description @NonNull @UnmodifiableView List<Group>Bot. getGroups()Get all the groupsMethods in top.focess.qq.api.bot with parameters of type Group Modifier and Type Method Description MemberBot. getAsMember(Group group)@Nullable MemberBot. getMember(Group group, long id)MemberBot. getMemberOrFail(Group group, long id)List<Member>Bot. getMembers(Group group)voidBot. quitGroup(Group group) -
Uses of Group in top.focess.qq.api.bot.contact
Methods in top.focess.qq.api.bot.contact that return Group Modifier and Type Method Description GroupMember. getGroup()Get the group -
Uses of Group in top.focess.qq.api.event.chat
Methods in top.focess.qq.api.event.chat that return Group Modifier and Type Method Description GroupGroupChatEvent. getGroup()Get the Group Mirai instance of the member -
Uses of Group in top.focess.qq.api.event.message
Methods in top.focess.qq.api.event.message that return Group Modifier and Type Method Description GroupGroupMessageEvent. getGroup()Get the Group Mirai instance of the member -
Uses of Group in top.focess.qq.api.event.recall
Methods in top.focess.qq.api.event.recall that return Group Modifier and Type Method Description @NonNull GroupGroupRecallEvent. getGroup()Get the Group where the member recalls the message -
Uses of Group in top.focess.qq.api.event.request
Methods in top.focess.qq.api.event.request that return Group Modifier and Type Method Description @Nullable GroupFriendRequestEvent. getGroup()Constructors in top.focess.qq.api.event.request with parameters of type Group Constructor Description FriendRequestEvent(Bot bot, long id, String nick, @Nullable Group group, String message)Constructs a FriendRequestEvent
-