Interface GETChannelAnnouncementsResponse

interface GETChannelAnnouncementsResponse {
    announcements: APIAnnouncement[];
}

Properties

Properties

announcements: APIAnnouncement[]