Uses of Class
it.auties.whatsapp.model.chat.GroupParticipant
Packages that use GroupParticipant
-
Uses of GroupParticipant in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat with type parameters of type GroupParticipantModifier and TypeFieldDescription(package private) final List<GroupParticipant> Chat.participantsprivate List<GroupParticipant> ChatBuilder.participantsprivate final List<GroupParticipant> GroupMetadata.participantsThe field for theparticipantsrecord component.Methods in it.auties.whatsapp.model.chat that return GroupParticipantModifier and TypeMethodDescriptionGroupParticipantBuilder.build()static GroupParticipantGroupParticipantSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.chat that return types with arguments of type GroupParticipantModifier and TypeMethodDescriptionChat.findParticipant(Jid jid) Finds a participant by jid This method only works ifWhatsapp.queryGroupMetadata(JidProvider)has been called before on this chat.Chat.participants()GroupMetadata.participants()Returns the value of theparticipantsrecord component.Methods in it.auties.whatsapp.model.chat with parameters of type GroupParticipantModifier and TypeMethodDescriptionbooleanChat.addParticipant(GroupParticipant participant) Adds a participant to this chatstatic byte[]GroupParticipantSpec.encode(GroupParticipant protoInputObject) Method parameters in it.auties.whatsapp.model.chat with type arguments of type GroupParticipantModifier and TypeMethodDescriptionvoidChat.addParticipants(Collection<GroupParticipant> participants) Adds a collection of participants to this chatChatBuilder.participants(List<GroupParticipant> participants) Constructor parameters in it.auties.whatsapp.model.chat with type arguments of type GroupParticipantModifierConstructorDescriptionChat(Jid jid, ConcurrentLinkedHashedDequeue<HistorySyncMessage> historySyncMessages, Jid newJid, Jid oldJid, int unreadMessagesCount, boolean readOnly, boolean endOfHistoryTransfer, ChatEphemeralTimer ephemeralMessageDuration, long ephemeralMessagesToggleTimeSeconds, Chat.EndOfHistoryTransferType endOfHistoryTransferType, long timestampSeconds, String name, boolean notSpam, boolean archived, ChatDisappear disappearInitiator, boolean markedAsUnread, List<GroupParticipant> participants, byte[] token, long tokenTimestampSeconds, byte[] identityKey, int pinnedTimestampSeconds, ChatMute mute, ChatWallpaper wallpaper, MediaVisibility mediaVisibility, long tokenSenderTimestampSeconds, boolean suspended, boolean terminated, long foundationTimestampSeconds, Jid founder, String description, boolean support, boolean parentGroup, boolean defaultSubGroup, Jid parentGroupJid, String displayName, Jid phoneJid, boolean shareOwnPhoneNumber, boolean pnhDuplicateLidThread, Jid lidJid, ConcurrentHashMap<Jid, ContactStatus> presences, Set<Jid> participantsPreKeys, Set<GroupPastParticipant> pastParticipants) GroupMetadata(Jid jid, String subject, Optional<Jid> subjectAuthor, Optional<ZonedDateTime> subjectTimestamp, Optional<ZonedDateTime> foundationTimestamp, Optional<Jid> founder, Optional<String> description, Optional<String> descriptionId, Map<GroupSetting, ChatSettingPolicy> policies, List<GroupParticipant> participants, Optional<ZonedDateTime> ephemeralExpiration, boolean isCommunity, boolean isOpenCommunity) Creates an instance of aGroupMetadatarecord class.