Uses of Class
it.auties.whatsapp.model.chat.ChatBuilder
Packages that use ChatBuilder
-
Uses of ChatBuilder in it.auties.whatsapp.model.chat
Methods in it.auties.whatsapp.model.chat that return ChatBuilderModifier and TypeMethodDescriptionChatBuilder.archived(boolean archived) ChatBuilder.defaultSubGroup(boolean defaultSubGroup) ChatBuilder.description(String description) ChatBuilder.disappearInitiator(ChatDisappear disappearInitiator) ChatBuilder.displayName(String displayName) ChatBuilder.endOfHistoryTransfer(boolean endOfHistoryTransfer) ChatBuilder.endOfHistoryTransferType(Chat.EndOfHistoryTransferType endOfHistoryTransferType) ChatBuilder.ephemeralMessageDuration(ChatEphemeralTimer ephemeralMessageDuration) ChatBuilder.ephemeralMessagesToggleTimeSeconds(long ephemeralMessagesToggleTimeSeconds) ChatBuilder.foundationTimestampSeconds(long foundationTimestampSeconds) ChatBuilder.historySyncMessages(ConcurrentLinkedHashedDequeue<HistorySyncMessage> historySyncMessages) ChatBuilder.identityKey(byte[] identityKey) ChatBuilder.markedAsUnread(boolean markedAsUnread) ChatBuilder.mediaVisibility(MediaVisibility mediaVisibility) ChatBuilder.notSpam(boolean notSpam) ChatBuilder.parentGroup(boolean parentGroup) ChatBuilder.parentGroupJid(Jid parentGroupJid) ChatBuilder.participants(List<GroupParticipant> participants) ChatBuilder.participantsPreKeys(Set<Jid> participantsPreKeys) ChatBuilder.pastParticipants(Set<GroupPastParticipant> pastParticipants) ChatBuilder.pinnedTimestampSeconds(int pinnedTimestampSeconds) ChatBuilder.pnhDuplicateLidThread(boolean pnhDuplicateLidThread) ChatBuilder.presences(ConcurrentHashMap<Jid, ContactStatus> presences) ChatBuilder.readOnly(boolean readOnly) ChatBuilder.shareOwnPhoneNumber(boolean shareOwnPhoneNumber) ChatBuilder.support(boolean support) ChatBuilder.suspended(boolean suspended) ChatBuilder.terminated(boolean terminated) ChatBuilder.timestampSeconds(long timestampSeconds) ChatBuilder.token(byte[] token) ChatBuilder.tokenSenderTimestampSeconds(long tokenSenderTimestampSeconds) ChatBuilder.tokenTimestampSeconds(long tokenTimestampSeconds) ChatBuilder.unreadMessagesCount(int unreadMessagesCount) ChatBuilder.wallpaper(ChatWallpaper wallpaper)