Interface POSTChannelAnnouncementBody

interface POSTChannelAnnouncementBody {
    content: string;
    title: string;
}

Properties

Properties

content: string

The content of the announcement (min length 1; max length 100000)

title: string

The title of the announcement (min length 1; max length 128)