File tree Expand file tree Collapse file tree
src/main/java/com/greenapi/client/pkg/models/notifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >com.green-api</groupId >
1212 <artifactId >whatsapp-api-client-java</artifactId >
13- <version >0.1.6 </version >
13+ <version >0.1.7 </version >
1414 <description >WhatsApp java client Green API</description >
1515 <licenses >
1616 <license >
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ public class OutgoingMessageStatus extends NotificationBody {
1616 private String idMessage ;
1717 private String status ;
1818 private Boolean sendByApi ;
19+ private String description ;
1920}
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ public class SenderData {
1414 private String sender ;
1515 private String chatName ;
1616 private String senderName ;
17+ private String senderContactName ;
1718}
You can’t perform that action at this time.
0 commit comments