Skip to content

Commit

Permalink
Docs: xMessage fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam committed Aug 9, 2021
1 parent 8d2b7a4 commit f6c183d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/messagerosa/core/model/SenderReceiverInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
public class SenderReceiverInfo {

// persist
private String userID;
private String userID; //PhoneNo
private ArrayList<String> groups;
private String campaignID;
private String formID;
private boolean bot;
private boolean broadcast;
private Map<String, String> meta;
private DeviceType deviceType;
private String deviceID;
private String deviceID; //EncryptedDeviceID
}

0 comments on commit f6c183d

Please sign in to comment.