✨ Message reaction user_ids
This commit is contained in:
parent
1614525336
commit
7a97bac4bd
@ -126,6 +126,7 @@ export interface Reaction {
|
|||||||
count: number;
|
count: number;
|
||||||
//// not saved in the database // me: boolean; // whether the current user reacted using this emoji
|
//// not saved in the database // me: boolean; // whether the current user reacted using this emoji
|
||||||
emoji: PartialEmoji;
|
emoji: PartialEmoji;
|
||||||
|
user_ids?: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PartialEmoji {
|
export interface PartialEmoji {
|
||||||
@ -160,6 +161,7 @@ export const EmbedImage = {
|
|||||||
|
|
||||||
const Reaction = {
|
const Reaction = {
|
||||||
count: Number,
|
count: Number,
|
||||||
|
user_ids: [String],
|
||||||
emoji: {
|
emoji: {
|
||||||
id: String,
|
id: String,
|
||||||
name: String,
|
name: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user