Uses of Enum Class
it.auties.whatsapp.model.chat.GroupAction
Packages that use GroupAction
-
Uses of GroupAction in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type GroupActionModifier and TypeMethodDescriptionprivate CompletableFuture<List<Jid>> Whatsapp.executeActionOnGroupParticipant(JidProvider group, GroupAction action, JidProvider... jids) private voidWhatsapp.handleGroupAction(GroupAction action, Chat chat, Jid entry) Whatsapp.parseGroupActionResponse(Node result, JidProvider groupJid, GroupAction action) -
Uses of GroupAction in it.auties.whatsapp.model.chat
Methods in it.auties.whatsapp.model.chat that return GroupActionModifier and TypeMethodDescriptionstatic GroupActionReturns the enum constant of this class with the specified name.static GroupAction[]GroupAction.values()Returns an array containing the constants of this enum class, in the order they are declared.