Interface MessagesReactionAssetItem

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

Indexable

[key: string]: any

Properties

Properties

reaction_id: number

Generated using TypeDoc