ModerationService class final
Provides chat.bsky.moderation.*
endpoints.
Constructors
- ModerationService(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
-
getActorMetadata(
{required String actor, Map< String, String> ? $unknown, Map<String, String> ? $headers, GetClient? $client}) → Future<XRPCResponse< GetActorMetadataOutput> > - https://atprotodart.com/docs/lexicons/chat/bsky/moderation/getActorMetadata
-
getMessageContext(
{String? convoId, required String messageId, int? before, int? after, Map< String, String> ? $unknown, Map<String, String> ? $headers, GetClient? $client}) → Future<XRPCResponse< GetMessageContextOutput> > - https://atprotodart.com/docs/lexicons/chat/bsky/moderation/getMessageContext
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateActorAccess(
{required String actor, required bool allowAccess, String? ref, Map< String, String> ? $unknown, Map<String, String> ? $headers, PostClient? $client}) → Future<XRPCResponse< EmptyData> > - https://atprotodart.com/docs/lexicons/chat/bsky/moderation/updateActorAccess
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited