Interface MessagesReactionResponseItem

interface MessagesReactionResponseItem {
    reaction_id: number;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

reaction_id: number
user_id: number

Generated using TypeDoc