Interface PostMessageResult

interface PostMessageResult {
    messageId?: string;
}

Properties

Properties

messageId?: string