TimelinesV1Service class abstract

Constructors

TimelinesV1Service({required String instance, required ClientContext context})
Returns the new instance of TimelinesV1Service.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createMarkConversationAsRead({required String conversationId}) Future<MastodonResponse<Conversation>>
Mark a conversation as read.
createNotificationSnapshot({required String notificationId}) Future<MastodonResponse<NotificationSnapshot>>
Get saved timeline notification position.
createStatusSnapshot({required String statusId}) Future<MastodonResponse<StatusSnapshot>>
Get saved timeline notification position.
destroyConversation({required String conversationId}) Future<MastodonResponse<Empty>>
Removes a conversation from your list of conversations.
lookupConversations({int? limit}) Future<MastodonResponse<List<Conversation>>>
View all conversations
lookupHomeTimeline({String? maxStatusId, String? minStatusId, String? sinceStatusId, int? limit}) Future<MastodonResponse<List<Status>>>
View statuses from followed users.
lookupListTimeline({required String listId, String? maxStatusId, String? minStatusId, String? sinceStatusId, int? limit}) Future<MastodonResponse<List<Status>>>
View statuses in the given list timeline.
lookupNotificationSnapshot() Future<MastodonResponse<NotificationSnapshot>>
Get saved timeline notification position.
lookupPublicTimeline({bool? onlyLocal, bool? onlyRemote, bool? onlyMedia, String? maxStatusId, String? minStatusId, String? sinceStatusId, int? limit}) Future<MastodonResponse<List<Status>>>
Read and view timelines of statuses.
lookupStatusSnapshot() Future<MastodonResponse<StatusSnapshot>>
Get saved timeline status position.
lookupTimelineByHashtag({required String hashtag, bool? onlyLocal, bool? onlyRemote, bool? onlyMedia, String? maxStatusId, String? minStatusId, String? sinceStatusId, int? limit}) Future<MastodonResponse<List<Status>>>
View public statuses containing the given hashtag.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited