Interface MessagesReactionAssetItemLinks

interface MessagesReactionAssetItemLinks {
    big_animation: string;
    small_animation: string;
    static: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

big_animation: string

Big reaction animation json file

small_animation: string

Small reaction animation json file

static: string

Reaction image file

Generated using TypeDoc