Interface IMentions

interface IMentions {
    room?: boolean;
    user_ids?: string[];
}

Properties

Properties

room?: boolean
user_ids?: string[]