Create a gate (hide message) on behalf of a streamer. Requires 'hide' permission. Creates a place.stream.chat.gate record in the streamer's repository.
POST
/xrpc/place.stream.moderation.createGate
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 hide.
string format: uri
Responses
Section titled “ Responses ”Success
object
uri
required
The AT-URI of the created gate record.
string format: uri
cid
required
The CID of the created gate record.
string format: cid
Bad Request