around abstract method
- ChatItemId? item,
- ChatItemId? reply,
- ChatItemId? forward,
- ChatMessageText? withText,
Fetches the Paginated page around the item
, if specified, or
messages around the firstUnread otherwise.
If reply
or forward
is provided, then the item
is considered as a
quote of the specified reply
of forward
.
Implementation
Future<Paginated<ChatItemId, Rx<ChatItem>>?> around({
ChatItemId? item,
ChatItemId? reply,
ChatItemId? forward,
ChatMessageText? withText,
});