conversationId property
id of the conversation the message belongs to
Implementation
@JsonKey(name: "conversation_id", fromJson: idFromJson)
@HiveField(6)
final int? conversationId;
id of the conversation the message belongs to
@JsonKey(name: "conversation_id", fromJson: idFromJson)
@HiveField(6)
final int? conversationId;