Cliq Object References
This object reference page aims to give an idea of the core objects found throughout all the internal tools(commands,bots,message actions,schedulers) present in Cliq. They act as an integral segment in performing a list of functions such as :
- Understanding the REST API's request and response.
- Triggering a Slash Command action.
- BOT event handlers.
- Performing a Message Action.
- To carry out any task in Functions.
Object Name | Type | Description |
User | Map | Details of the user. |
Mentions | List | Information of the user/channel/bot mentioned. |
Chat | Map | Chat details in a direct message/channel/bot. |
Message | Map | Details of a message in a conversation. |
Location | Map | Details of the current location of a user. |