LeaveConversation constructor
const
LeaveConversation({})
Implementation
const factory LeaveConversation({
@JsonKey(name: 'recipient_id') required int recipientId, // Assuming recipient_id refers to the other person in conv
required String auth,
}) = _LeaveConversation;