Get Bot Token
This API will provide the bot token to access the bot API like send message as bot
How to Get Your Bot Token
Section titled “How to Get Your Bot Token”To obtain your bot token for ChatMe:
- Search for “chatmebot” in ChatMe app.
- Start a chat with chatmebot
- Use the command
/newbot
to create a new bot - Follow the Bot’s instructions to set up your bot
- Once completed, you will receive your bot token
Get Bot Activity Update
Section titled “Get Bot Activity Update”this api allow to get latest update of bot activity
Request
Section titled “Request”Endpoint : /bot/{chatmeBotToken}/get-updates
Http method : GET
Auth required : NO
Success Response
Section titled “Success Response”Content example
{ "data": [ { "name": "Haha22", "roomType": "g", "roomId": "685e19b026c11e7141154123", "avatar": null, "message": { "type": "text", "_id": "6860eda56813fa4d6c261ac7", "message": "Hello", "sender": { "_id": "644788d114ce799315bfc502", "name": "Vireak", "avatar": "https://wrs.chat-me.chat/chat-me/1684825547645-image_picker_4158F144-59E8-4BDA-8085-AEA1037D7CDF-3239-000000A8C119646D.jpg", "profileId": "g_644788d114ce799315bfc502", "role": "owner" }, "mentions": [], "createdAt": "2025-06-29T07:39:17.534Z", "attachments": [], "isMentioned": false } } ]}