Uses of Record Class
it.auties.whatsapp.model.sync.SyncActionMessage
Packages that use SyncActionMessage
-
Uses of SyncActionMessage in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type SyncActionMessageModifier and TypeFieldDescriptionprivate final List<SyncActionMessage> ActionMessageRangeSync.messagesprivate List<SyncActionMessage> ActionMessageRangeSyncBuilder.messagesMethods in it.auties.whatsapp.model.sync that return SyncActionMessageModifier and TypeMethodDescriptionSyncActionMessageBuilder.build()private SyncActionMessageActionMessageRangeSync.createActionMessage(ChatMessageInfo info) static SyncActionMessageSyncActionMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.sync that return types with arguments of type SyncActionMessageModifier and TypeMethodDescriptionprivate List<SyncActionMessage> ActionMessageRangeSync.createMessages(Chat chat, boolean allMessages) ActionMessageRangeSync.messages()Methods in it.auties.whatsapp.model.sync with parameters of type SyncActionMessageModifier and TypeMethodDescriptionstatic byte[]SyncActionMessageSpec.encode(SyncActionMessage protoInputObject) Method parameters in it.auties.whatsapp.model.sync with type arguments of type SyncActionMessageModifier and TypeMethodDescriptionActionMessageRangeSyncBuilder.messages(List<SyncActionMessage> messages) Constructor parameters in it.auties.whatsapp.model.sync with type arguments of type SyncActionMessageModifierConstructorDescriptionActionMessageRangeSync(Long lastMessageTimestamp, Long lastSystemMessageTimestamp, List<SyncActionMessage> messages)