v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-028581251.8 KB
place.stream.moderation

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

streamerstring did required

The DID of the streamer.

messageUristring uri required

The AT-URI of the chat message to pin.

expiresAtstring date-time

Optional expiration time for this pin.

Response

Success

uristring uri required

The AT-URI of the created pinned record.

cidstring cid required

The CID of the created pinned record.