Uses of Record Class
it.auties.whatsapp.model.chat.ChatMute
Packages that use ChatMute
-
Uses of ChatMute in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type ChatMuteModifier and TypeMethodDescriptionWhatsapp.muteChat(JidProvider chat, ChatMute mute) Mutes a chat -
Uses of ChatMute in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as ChatMuteModifier and TypeFieldDescriptionprivate ChatMuteChat.muteprivate ChatMuteChatBuilder.muteprivate static final ChatMuteChatMute.MUTED_INDEFINITELYMuted constantprivate static final ChatMuteChatMute.NOT_MUTEDNot muted constantMethods in it.auties.whatsapp.model.chat that return ChatMuteModifier and TypeMethodDescriptionChat.mute()static ChatMuteChatMute.muted()Constructs a new muted ChatMutestatic ChatMuteConstructs a new mute for a duration in endTimeStampstatic ChatMuteChatMute.mutedForEightHours()Constructs a new mute that lasts eight hoursstatic ChatMuteChatMute.mutedForOneWeek()Constructs a new mute that lasts one weekstatic ChatMuteChatMute.notMuted()Constructs a new not muted ChatMutestatic ChatMuteChatMute.ofProtobuf(long object) Do not use this method, reserved for protobufMethods in it.auties.whatsapp.model.chat with parameters of type ChatMuteModifier and TypeMethodDescriptionConstructors in it.auties.whatsapp.model.chat with parameters of type ChatMuteModifierConstructorDescriptionChat(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) Chat(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)