Interface MessagesReactionCounterResponseItem

interface MessagesReactionCounterResponseItem {
    count: number;
    reaction_id: number;
    user_ids: number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number
reaction_id: number
user_ids: number[]

Generated using TypeDoc