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