2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 09:57:52 +00:00
tdlib-purple/secret-chat.h

13 lines
392 B
C
Raw Permalink Normal View History

#ifndef _SECRET_CHAT_H
#define _SECRET_CHAT_H
#include "account-data.h"
#include "format.h"
void updateSecretChat(td::td_api::object_ptr<td::td_api::secretChat> secretChat,
TdTransceiver &transceiver, TdAccountData &account);
void updateKnownSecretChat(SecretChatId secretChatId, TdTransceiver &transceiver,
TdAccountData &account);
#endif