v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create a pin message

post/pinned-messages/

Request body

message_idstring

A valid UUID generated while sending message

message_payloadstring json

A valid message json, that is being send

chat_room_idstring

A valid chat room id, for which the message is being pinned

Response

201

idstring
urlstring
message_idstring
chat_room_idstring
pinned_by_idstring
pinned_atstring

Example response

{
  "id": "ac0c3600-86ab-4cdb-8fa1-ef3862c28d6e",
  "url": "https://cf-blast.livelikecdn.com/api/v1/pinned-messages/ac0c3600-86ab-4cdb-8fa1-ef3862c28d6e/",
  "message_id": "b3b62e23-f194-46e1-a37c-e4cdd3d6fef8",
  "message_payload": {
    "id": "b3b62e23-f194-46e1-a37c-e4cdd3d6fef8",
    "sender_nickname": "Healthy Hawk",
    "message": "hhf",
    "created_at": "2021-11-25T10:35:55+0000",
    "sender_id": "916f306c-fb75-46a1-b465-da843e72e132",
    "sender_profile_url": "https://cf-blast-dig.livelikecdn.com/api/v1/profiles/916f306c-fb75-46a1-b465-da843e72e132/",
    "program_date_time": "2021-11-25T10:36:27.935Z",
    "image_url": "https://cf-blast-storage-dig.livelikecdn.com/uploads/b6bbcbd4-1d25-40bc-9cb5-c67cceb923d1/0df95f33-a5db-4d9e-945f-39db7477c936.gif",
    "image_height": "123",
    "image_width": "220"
  },
  "chat_room_id": "46a975fc-49e1-4fc0-8239-25c566296b5e",
  "pinned_by_id": "b4d1acab-84b7-449d-8298-a5d55fcc8fce",
  "pinned_at": "2021-12-02T05:36:11.503033Z",
  "pinned_by": {
    "id": "b4d1acab-84b7-449d-8298-a5d55fcc8fce",
    "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/",
    "created_at": "2021-11-23T12:14:24.961109Z",
    "nickname": "Minty Rusher",
    "badges_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/badges/",
    "badge_progress_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/badge-progress/",
    "subscribe_channel": "profile.b4d1acab-84b7-449d-8298-a5d55fcc8fce",
    "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/chat-room-memberships/",
    "reward_item_credit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/reward-item-credits/",
    "reward_item_debit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/reward-item-debits/",
    "reward_item_balances_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/reward-item-balances/",
    "reward_item_transfer_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/b4d1acab-84b7-449d-8298-a5d55fcc8fce/reward-item-transfers/",
    "block_profile_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/",
    "blocked_profiles_template_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/?blocked_profile_id={blocked_profile_id}"
  }
}