ModerationService class base
chat.bsky.moderation.*
Constructors
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> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< ModerationGetActorMetadataOutput> > -
getMessageContext(
{String? convoId, required String messageId, int? before, int? after, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< ModerationGetMessageContextOutput> > -
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> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmptyData> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited