Join in Group by Invite Code

This commit is contained in:
Leandro Rocha
2024-01-21 02:13:24 -03:00
parent 69a323691f
commit e19e37eef4
6 changed files with 50 additions and 1 deletions

View File

@@ -32,6 +32,10 @@ export class GroupInvite {
inviteCode: string;
}
export class AcceptGroupInvite {
inviteCode: string;
}
export class GroupSendInvite {
groupJid: string;
description: string;