Interface POSTChannelMessageResponse

interface POSTChannelMessageResponse {
    message: APIChatMessage;
}

Properties

Properties