Pin a chat message on behalf of a streamer. Requires 'message.pin' permission. Creates a place.stream.chat.pinnedRecord in the streamer's repo, replacing any existing pin.
POST
/xrpc/place.stream.moderation.createPin
Request Body required
Section titled “Request Body required ”object
streamer
required
The DID of the streamer.
string format: did
messageUri
required
The AT-URI of the chat message to pin.
string format: uri
expiresAt
Optional expiration time for this pin.
string format: date-time
Responses
Section titled “ Responses ”Success
object
uri
required
The AT-URI of the created pinned record.
string format: uri
cid
required
The CID of the created pinned record.
string format: cid
Bad Request