ChatItemsAroundBottomlessResult constructor

ChatItemsAroundBottomlessResult({
  1. required String chatId,
  2. required String chatItemId,
  3. required String id,
  4. required String chatId1,
  5. required String authorId,
  6. required PreciseDateTime at,
  7. required SendingStatus status,
  8. required String data,
  9. String? cursor,
  10. required String ver,
})

Implementation

ChatItemsAroundBottomlessResult({
  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,
});