attachments abstract method

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

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

Implementation

Paginated<ChatItemId, Rx<ChatItem>> attachments({ChatItemId? item});