add friend requests and group invites

This commit is contained in:
2023-07-29 20:07:22 +02:00
parent b68ef51d64
commit a262ab9d3a
4 changed files with 142 additions and 0 deletions

View File

@@ -42,6 +42,12 @@ namespace Contact::Components {
uint32_t group_number;
};
struct ToxGroupIncomingRequest {
//Contact3 friend_c;
uint32_t friend_number;
std::vector<uint8_t> invite_data;
};
struct ToxGroupPeerPersistent {
ToxKey chat_id;
ToxKey peer_key;