2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-31 05:55:08 +00:00

Moved secret-chat-related stuff to a separate file

This commit is contained in:
Arseniy Lartsev
2020-10-04 16:06:53 +02:00
parent 6a04ac4cbc
commit a6062a50df
7 changed files with 102 additions and 87 deletions

View File

@@ -5,6 +5,7 @@
#include "sticker.h"
#include "file-transfer.h"
#include "call.h"
#include "secret-chat.h"
#include <unistd.h>
#include <stdlib.h>
#include <algorithm>