Skip to main content

Unpin message in chatroom

POST 

/bv/chatroom/v1/chatrooms/messages:unpin

Removes the pinned status from a message in the chatroom. Authorization requires the chatroom token with the admin role in the header.

Request

Header Parameters

    authorization string

    This API should be invoked with the chatroom token.

Body

required
    unpinned_message objectrequired

    Required.

    message objectrequired

    Required. The message to unpinned.

    id stringrequired

    Required. The uuid of the message to unpinned.

    action_taker objectrequired

    Required. The user who unpinned the message.

    custom_name stringrequired

    Required. The custom name of the user.

Responses

A successful response.

Schema

    object

Loading...