/** * This is auto-generated file, don't modify this file manually */ export interface MessagesReactionAssetItemLinks { /** * Big reaction animation json file */ big_animation?: string; /** * Small reaction animation json file */ small_animation?: string; /** * Reaction image file */ static?: string; }