attachments abstract method
- 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});
Returns the Paginated of ChatItems having any Attachments posted in
this chat around the provided item
, if any.
Paginated<ChatItemId, Rx<ChatItem>> attachments({ChatItemId? item});