Interface POSTChannelAnnouncementCommentBody

interface POSTChannelAnnouncementCommentBody {
    content: string;
}

Properties

Properties

content: string

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