feat(reactions): add message reactions API and web quick reactions
This commit is contained in:
@@ -58,6 +58,12 @@ export interface Message {
|
||||
is_pending?: boolean;
|
||||
}
|
||||
|
||||
export interface MessageReaction {
|
||||
emoji: string;
|
||||
count: number;
|
||||
reacted: boolean;
|
||||
}
|
||||
|
||||
export interface AuthUser {
|
||||
id: number;
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user