Interface AnalyticsMessageUserData

Data of a message posted by a user.

interface AnalyticsMessageUserData {
    authorId: string;
    content: AnalyticsMessageContent;
}

Properties

Properties

authorId: string

The id of the user that asked the question.

The content of the user's message.