model/message_delivered_model library
Classes
- MessageStatusDetail
- A class that represents the details of a message status.
- ParticipantList
- A class that represents the details of a participant.
Functions
-
messageDeliveredStatusFromJson(
String str) → MessageStatusDetail - Parses a JSON string and returns a MessageStatusDetail object representing the delivered message status.
-
messageDeliveredStatusToJson(
MessageStatusDetail data) → String - Converts a MessageStatusDetail object to a JSON string.
-
messageReadStatusFromJson(
String str) → MessageStatusDetail - Parses a JSON string and returns a MessageStatusDetail object representing the read message status.
-
messageStatusDetailFromJson(
String str) → MessageStatusDetail - Parses a JSON string and returns a MessageStatusDetail object.