Uses of Class
com.whatsapp.api.domain.messages.ReadMessage
Packages that use ReadMessage
-
Uses of ReadMessage in com.whatsapp.api.impl
Methods in com.whatsapp.api.impl with parameters of type ReadMessageModifier and TypeMethodDescriptionWhatsappBusinessCloudApi.markMessageAsRead
(String phoneNumberId, ReadMessage message) Mark a message as Read -
Uses of ReadMessage in com.whatsapp.api.service
Methods in com.whatsapp.api.service with parameters of type ReadMessageModifier and TypeMethodDescriptionretrofit2.Call<Response>
WhatsappBusinessCloudApiService.markMessageAsRead
(String apiVersion, String phoneNumberId, ReadMessage message) Send mark Meassge as read call.