Announcements
Get Announcements
GET
/bot/:id/announcements
Path Parameters
Name
Type
Description
id
String
It specifies which bot data you will withdraw.
{
// Response
}
Add Announcement
POST
/bot/:id/announcements
Path Parameters
Name
Type
Description
id
String
It specifies which bot data you will withdraw.
Headers
Name
Type
Description
Authorization*
String
{
// Response
}
Delete Announcement
DELETE
/bot/:id/announcements/:announcementId
Path Parameters
Name
Type
Description
id
String
It specifies which bot data you will withdraw.
announcementId
String
{
// Response
}
Last updated
Was this helpful?