Uses of Record Class
it.auties.whatsapp.model.chat.GroupPastParticipants
Packages that use GroupPastParticipants
Package
Description
-
Uses of GroupPastParticipants in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return GroupPastParticipantsModifier and TypeMethodDescriptionprivate GroupPastParticipantsWhatsapp.getPastParticipants(Chat chat) -
Uses of GroupPastParticipants in it.auties.whatsapp.model.chat
Methods in it.auties.whatsapp.model.chat that return GroupPastParticipantsModifier and TypeMethodDescriptionGroupPastParticipantsBuilder.build()static GroupPastParticipantsGroupPastParticipantsSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.chat with parameters of type GroupPastParticipantsModifier and TypeMethodDescriptionstatic byte[]GroupPastParticipantsSpec.encode(GroupPastParticipants protoInputObject) -
Uses of GroupPastParticipants in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type GroupPastParticipantsModifier and TypeFieldDescriptionprivate final List<GroupPastParticipants> HistorySync.pastParticipantsThe field for thepastParticipantsrecord component.private List<GroupPastParticipants> HistorySyncBuilder.pastParticipantsMethods in it.auties.whatsapp.model.sync that return types with arguments of type GroupPastParticipantsModifier and TypeMethodDescriptionHistorySync.pastParticipants()Returns the value of thepastParticipantsrecord component.Method parameters in it.auties.whatsapp.model.sync with type arguments of type GroupPastParticipantsModifier and TypeMethodDescriptionHistorySyncBuilder.pastParticipants(List<GroupPastParticipants> pastParticipants)