Hey.Café Endpoint Docs

Get Chat

Docs Home / Get Chat
Requires TokenAgecheck

get_chat_account

Get a list of chats you are in along with the account provided

Primary URL: https://endpoint.hey.cafe/get_chat_account
textRequired
query
The account ID or alias to check for
Requires TokenAgecheck

get_chat_info

Get info on a chat like last message dates, who is in the chat room and more

Primary URL: https://endpoint.hey.cafe/get_chat_info
textRequired
query
The ID for the chat room
Requires TokenAgecheck

get_chat_list

A list of chat rooms you are in

Primary URL: https://endpoint.hey.cafe/get_chat_list
number
start
The offset to start at.
number
count
How many items to return (default 20).
Requires TokenAgecheck

get_chat_messages

A list of the messages in a chat room.

Primary URL: https://endpoint.hey.cafe/get_chat_messages
textRequired
query
The ID for the chat room.
number
start
The offset to start at.
number
count
How many items to return (default 20).
text
message
If provided ONLY this message will be returned, good for bots and loading contents of a mention notification.
boolean
preview
If set TRUE we do not mark the messages as read, use this if you want to only fetch the contents for a notification but the user has not actualy seen the messages.