Uses of Interface
top.focess.qq.api.bot.Friend
-
-
Uses of Friend in top.focess.qq
Methods in top.focess.qq that return Friend Modifier and Type Method Description static @Nullable FriendFocessQQ. getAdministrator()Get Administrator as a Friendstatic @Nullable FriendFocessQQ. getFriend(long id)Get the Friend Mirai instance by its id -
Uses of Friend in top.focess.qq.api.bot
Methods in top.focess.qq.api.bot that return Friend Modifier and Type Method Description @NonNull FriendBot. getAsFriend()Get the bot itself as a friend@Nullable FriendBot. getFriend(long id)Get the friend with special id@NonNull FriendBot. getFriendOrFail(long id)Get the friend with special idMethods in top.focess.qq.api.bot that return types with arguments of type Friend Modifier and Type Method Description @NonNull List<Friend>Bot. getFriends()Get all the friends -
Uses of Friend in top.focess.qq.api.command
Methods in top.focess.qq.api.command that return Friend Modifier and Type Method Description @Nullable FriendCommandSender. getFriend()Get the Mirai Friend instance, or null if this CommandSender does not present a Mirai Friend instance.Constructors in top.focess.qq.api.command with parameters of type Friend Constructor Description CommandSender(@NonNull Friend friend)Present Friend -
Uses of Friend in top.focess.qq.api.event.bot
Methods in top.focess.qq.api.event.bot that return Friend Modifier and Type Method Description FriendFriendInputStatusEvent. getFriend()Constructors in top.focess.qq.api.event.bot with parameters of type Friend Constructor Description FriendInputStatusEvent(Bot bot, Friend friend, boolean input)Constructs a FriendInputStatusEvent -
Uses of Friend in top.focess.qq.api.event.chat
Methods in top.focess.qq.api.event.chat that return Friend Modifier and Type Method Description FriendFriendChatEvent. getFriend()Constructors in top.focess.qq.api.event.chat with parameters of type Friend Constructor Description FriendChatEvent(Bot bot, Friend friend, MessageChain message, MessageSource source)Constructs a FriendChatEvent -
Uses of Friend in top.focess.qq.api.event.message
Methods in top.focess.qq.api.event.message that return Friend Modifier and Type Method Description FriendFriendMessageEvent. getFriend()Constructors in top.focess.qq.api.event.message with parameters of type Friend Constructor Description FriendMessageEvent(Bot bot, Friend friend, MessageChain message, MessageSource source)Constructs a FriendMessageEvent -
Uses of Friend in top.focess.qq.api.event.recall
Methods in top.focess.qq.api.event.recall that return Friend Modifier and Type Method Description FriendFriendRecallEvent. getFriend()Constructors in top.focess.qq.api.event.recall with parameters of type Friend Constructor Description FriendRecallEvent(Bot bot, Friend friend, int[] messageIds)Constructs a FriendRecallEvent -
Uses of Friend in top.focess.qq.api.event.request
Methods in top.focess.qq.api.event.request that return Friend Modifier and Type Method Description @Nullable FriendGroupRequestEvent. getInvitor()Constructors in top.focess.qq.api.event.request with parameters of type Friend Constructor Description GroupRequestEvent(Bot bot, long id, String name, @Nullable Friend invitor)Constructs a GroupRecallEvent
-