Hey.Café Endpoint Docs

Post Chat

Docs Home / Post Chat
Requires TokenAgecheckCache Purge

post_chat_accept

Accept a chat room invite.

Primary URL: https://endpoint.hey.cafe/post_chat_accept
textRequired
chat
The ID of that chat room to accept an invite to.
Requires TokenAgecheckCache Purge

post_chat_create

Create a new chat room and invite the first person (new chat room requires 2 accounts to create, yourself and the other person).

Primary URL: https://endpoint.hey.cafe/post_chat_create
textRequired
name
The name for the new chat.
textRequired
account
The ID of the account you are inviting to the chat room.
Requires TokenAgecheckCache Purge

post_chat_invite

Invite an account to a chat room you are in.

Primary URL: https://endpoint.hey.cafe/post_chat_invite
textRequired
chat
The chat room ID.
textRequired
account
The ID or Alias of the account you are inviting to the chat room.
Requires TokenAgecheckCache Purge

post_chat_remove

Remove an account from a chat room you are in.

Primary URL: https://endpoint.hey.cafe/post_chat_remove
textRequired
chat
The chat room ID.
textRequired
account
The ID or Alias of the account you are inviting to the chat room.
Requires TokenAgecheckCache Purge

post_chat_leave

Leave a chat room you are in.

Primary URL: https://endpoint.hey.cafe/post_chat_leave
textRequired
chat
The chat room ID.
Requires TokenAgecheckCache Purge

post_chat_message_create

Post a new chat message

Primary URL: https://endpoint.hey.cafe/post_chat_message_create
base64Required
content
The text encoded for the new message.
text
content_raw
You can use this if you want to provide the text without encoding.
textRequired
chat
The chat ID to post into.
text
file
The file ID to include in the chat message, you need to send the file to post_temp_file.
Requires TokenAgecheckCache Purge

post_chat_update_description

Update the description of a chat room your are in.

Primary URL: https://endpoint.hey.cafe/post_chat_update_description
textRequired
chat
The chat ID.
base64Required
description
The new description, max size is 200 characters
Requires TokenAgecheckCache Purge

post_chat_update_emoji

Update the emoji of the chat room you are in.

Primary URL: https://endpoint.hey.cafe/post_chat_update_emoji
textRequired
chat
The chat ID.
base64Required
emoji
The emoji character.
Requires TokenAgecheckCache Purge

post_chat_update_name

Update the name of the chat room you are in.

Primary URL: https://endpoint.hey.cafe/post_chat_update_name
textRequired
chat
The chat ID.
base64Required
name
The name of the chat room, max size is 120 characters.