ModerationService class final
Represents chat.bsky.moderation.*
service.
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}) → Future< XRPCResponse< GetActorMetadataOutput> > - https://atprotodart.com/docs/lexicons/chat/bsky/moderation/getMessageContext
-
getMessageContext(
{required String messageId, String? convoId, int? before, int? after}) → 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}) → Future< XRPCResponse< EmptyData> > - https://atprotodart.com/docs/lexicons/chat/bsky/moderation/updateActorAccess
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited