attachments method

  1. @override
Paginated<ChatItemId, Rx<ChatItem>> attachments({
  1. ChatItemId? item,
})
override

Returns the Paginated of ChatItems having any Attachments posted in this chat around the provided item, if any.

Implementation

@override
Paginated<ChatItemId, Rx<ChatItem>> attachments({ChatItemId? item}) {
  return PaginatedImpl();
}