Announcements

Get Announcements

GET /bot/:id/announcements

Path Parameters

NameTypeDescription

id

String

It specifies which bot data you will withdraw.

{
    // Response
}

Add Announcement

POST /bot/:id/announcements

Path Parameters

NameTypeDescription

id

String

It specifies which bot data you will withdraw.

Headers

NameTypeDescription

Authorization*

String

{
    // Response
}

Delete Announcement

DELETE /bot/:id/announcements/:announcementId

Path Parameters

NameTypeDescription

id

String

It specifies which bot data you will withdraw.

announcementId

String

{
    // Response
}

Last updated