ActorService class final

Represents app.bsky.actor.* service.

Available Extensions

Constructors

ActorService(BlueskyServiceContext _ctx)

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

findPreferences() Future<XRPCResponse<Preferences>>
findProfile({required String actor}) Future<XRPCResponse<ActorProfile>>
findProfileRecord() Future<XRPCResponse<ProfileRecord>>
findProfiles({required List<String> actors}) Future<XRPCResponse<ActorProfiles>>
findSuggestions({int? limit, String? cursor}) Future<XRPCResponse<Actors>>
getPreferences() Future<XRPCResponse<Preferences>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/getPreferences
getProfile({required String actor}) Future<XRPCResponse<ActorProfile>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/getProfile
getProfiles({required List<String> actors}) Future<XRPCResponse<ActorProfiles>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/getProfiles
getSuggestions({int? limit, String? cursor}) Future<XRPCResponse<Actors>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/getSuggestions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
profile({String? displayName, String? description, Blob? avatar, Blob? banner, Labels? labels}) Future<XRPCResponse<StrongRef>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/profile
putPreferences(List<Preference> preferences) Future<XRPCResponse<EmptyData>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/putPreferences
searchActors({required String term, int? limit, String? cursor}) Future<XRPCResponse<Actors>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/searchActors
searchActorsTypeahead({required String term, int? limit}) Future<XRPCResponse<ActorsTypeahead>>
https://atprotodart.com/docs/lexicons/app/bsky/actor/searchActorsTypeahead
searchTypeahead({required String term, int? limit}) Future<XRPCResponse<ActorsTypeahead>>
toString() String
A string representation of this object.
inherited
updatePreferences(List<Preference> preferences) Future<XRPCResponse<EmptyData>>
updateProfile({String? displayName, String? description, Blob? avatar, Blob? banner, Labels? labels}) Future<XRPCResponse<StrongRef>>

Operators

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