Skip to main content

RemoveReactionArgs

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;