attachments method
- 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();
}