/** * This is auto-generated file, don't modify this file manually */ export interface MessagesReactionCounterResponseItem { reaction_id?: number; count?: number; user_ids?: number[]; }