Uses of Record Class
it.auties.whatsapp.model.chat.GroupPastParticipant
Packages that use GroupPastParticipant
-
Uses of GroupPastParticipant in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat with type parameters of type GroupPastParticipantModifier and TypeFieldDescription(package private) final Set<GroupPastParticipant> Chat.pastParticipantsprivate Set<GroupPastParticipant> ChatBuilder.pastParticipantsprivate final List<GroupPastParticipant> GroupPastParticipants.pastParticipantsThe field for thepastParticipantsrecord component.private List<GroupPastParticipant> GroupPastParticipantsBuilder.pastParticipantsMethods in it.auties.whatsapp.model.chat that return GroupPastParticipantModifier and TypeMethodDescriptionGroupPastParticipantBuilder.build()static GroupPastParticipantGroupPastParticipantSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.chat that return types with arguments of type GroupPastParticipantModifier and TypeMethodDescriptionChat.findPastParticipant(Jid jid) Finds a past participant by jidChat.pastParticipants()GroupPastParticipants.pastParticipants()Returns the value of thepastParticipantsrecord component.Methods in it.auties.whatsapp.model.chat with parameters of type GroupPastParticipantModifier and TypeMethodDescriptionbooleanChat.addPastParticipant(GroupPastParticipant participant) Adds a past participantstatic byte[]GroupPastParticipantSpec.encode(GroupPastParticipant protoInputObject) Method parameters in it.auties.whatsapp.model.chat with type arguments of type GroupPastParticipantModifier and TypeMethodDescriptionbooleanChat.addPastParticipants(List<GroupPastParticipant> pastParticipants) Adds a collection of past participantsChatBuilder.pastParticipants(Set<GroupPastParticipant> pastParticipants) GroupPastParticipantsBuilder.pastParticipants(List<GroupPastParticipant> pastParticipants) Constructor parameters in it.auties.whatsapp.model.chat with type arguments of type GroupPastParticipantModifierConstructorDescriptionGroupPastParticipants(Jid groupJid, List<GroupPastParticipant> pastParticipants) Creates an instance of aGroupPastParticipantsrecord class.