API ReferenceTypesRemoveReactionArgsOn this pageRemoveReactionArgs type RemoveReactionArgs = { commentId?: number; messageId?: number; reaction: string; threadId?: number;}; Properties commentId? optional commentId: number; messageId? optional messageId: number; reaction reaction: string; threadId? optional threadId: number;