add receive confirmaton to tox friend messages
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
|
||||
namespace Message::Components {
|
||||
|
||||
struct ToxFriendMessageID {
|
||||
// only exposed for the read reciept event
|
||||
uint32_t id = 0u;
|
||||
};
|
||||
|
||||
struct ToxGroupMessageID {
|
||||
uint32_t id = 0u;
|
||||
};
|
||||
|
Reference in New Issue
Block a user