Class FallbackFriendGroups
-
- All Implemented Interfaces:
-
net.mamoe.mirai.contact.friendgroup.FriendGroups
public final class FallbackFriendGroups implements FriendGroups
-
-
Constructor Summary
Constructors Constructor Description FallbackFriendGroups(Bot bot)
-
Method Summary
Modifier and Type Method Description final BotgetBot()Collection<FriendGroup>asCollection()FriendGroupcreate(String name)FriendGroupget(Integer id)-
-
Method Detail
-
getBot
final Bot getBot()
-
asCollection
Collection<FriendGroup> asCollection()
-
-
-
-