feat: add reply tags and replyToMode
This commit is contained in:
@@ -9,4 +9,5 @@ export type ReplyPayload = {
|
||||
text?: string;
|
||||
mediaUrl?: string;
|
||||
mediaUrls?: string[];
|
||||
replyToId?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user