mirror of
https://github.com/ars3niy/tdlib-purple
synced 2025-08-22 01:49:29 +00:00
13 lines
392 B
C
13 lines
392 B
C
#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
|