@@ -2171,7 +2171,10 @@ type MessagingMessage = {
|
||||
text: string | null;
|
||||
user: User;
|
||||
userId: User['id'];
|
||||
groupId: string;
|
||||
recipient?: User | null;
|
||||
recipientId: User['id'] | null;
|
||||
group?: UserGroup | null;
|
||||
groupId: UserGroup['id'] | null;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
|
Reference in New Issue
Block a user