Requires TokenAgecheckCache Purgepost_chat_accept
Accept a chat room invite.
Primary URL: https://endpoint.hey.cafe/post_chat_accepttextRequiredchat
The ID of that chat room to accept an invite to.
Requires TokenAgecheckCache Purgepost_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_createtextRequiredname
The name for the new chat.
textRequiredaccount
The ID of the account you are inviting to the chat room.
Requires TokenAgecheckCache Purgepost_chat_invite
Invite an account to a chat room you are in.
Primary URL: https://endpoint.hey.cafe/post_chat_invitetextRequiredchat
The chat room ID.
textRequiredaccount
The ID or Alias of the account you are inviting to the chat room.
Requires TokenAgecheckCache Purgepost_chat_remove
Remove an account from a chat room you are in.
Primary URL: https://endpoint.hey.cafe/post_chat_removetextRequiredchat
The chat room ID.
textRequiredaccount
The ID or Alias of the account you are inviting to the chat room.
Requires TokenAgecheckCache Purgepost_chat_leave
Leave a chat room you are in.
Primary URL: https://endpoint.hey.cafe/post_chat_leavetextRequiredchat
The chat room ID.
Requires TokenAgecheckCache Purgepost_chat_message_create
Post a new chat message
Primary URL: https://endpoint.hey.cafe/post_chat_message_createbase64Requiredcontent
The text encoded for the new message.
textcontent_raw
You can use this if you want to provide the text without encoding.
textRequiredchat
The chat ID to post into.
textfile
The file ID to include in the chat message, you need to send the file to post_temp_file.
Requires TokenAgecheckCache Purgepost_chat_update_description
Update the description of a chat room your are in.
Primary URL: https://endpoint.hey.cafe/post_chat_update_descriptiontextRequiredchat
The chat ID.
base64Requireddescription
The new description, max size is 200 characters
Requires TokenAgecheckCache Purgepost_chat_update_emoji
Update the emoji of the chat room you are in.
Primary URL: https://endpoint.hey.cafe/post_chat_update_emojitextRequiredchat
The chat ID.
base64Requiredemoji
The emoji character.
Requires TokenAgecheckCache Purgepost_chat_update_name
Update the name of the chat room you are in.
Primary URL: https://endpoint.hey.cafe/post_chat_update_nametextRequiredchat
The chat ID.
base64Requiredname
The name of the chat room, max size is 120 characters.