Skip to main content

AddReactionArgs

type AddReactionArgs = {
commentId?: string;
messageId?: string;
reaction: string;
threadId?: string;
};

Properties

commentId?

optional commentId: string;

messageId?

optional messageId: string;

reaction

reaction: string;

threadId?

optional threadId: string;