AttachmentsAroundResult constructor
AttachmentsAroundResult({ - required String chatId,
- required String chatItemId,
- required String id,
- required String chatId1,
- required String authorId,
- required PreciseDateTime at,
- required SendingStatus status,
- required String data,
- String? cursor,
- required String ver,
})
Implementation
AttachmentsAroundResult({
required this.chatId,
required this.chatItemId,
required this.id,
required this.chatId1,
required this.authorId,
required this.at,
required this.status,
required this.data,
this.cursor,
required this.ver,
});