createStatusSnapshot abstract method

Future<MastodonResponse<StatusSnapshot>> createStatusSnapshot({
  1. required String statusId,
})

Get saved timeline notification position.

Parameters

  • statusId: ID of the last status read in the home timeline.

Endpoint Url

  • POST /api/v1/markers HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • write:statuses

Reference

Implementation

Future<MastodonResponse<StatusSnapshot>> createStatusSnapshot({
  required String statusId,
});