MessageChangeLogsResponse constructor
MessageChangeLogsResponse({})
Implementation
MessageChangeLogsResponse({
required this.updatedMessages,
required this.deletedMessageIds,
required this.hasMore,
this.next,
});