2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-09-04 07:55:10 +00:00

Implemented configuring two-step authentication

This commit is contained in:
Arseniy Lartsev
2020-05-25 23:21:04 +02:00
parent ae68eae1d5
commit e0c84cc745
10 changed files with 210 additions and 26 deletions

View File

@@ -58,4 +58,6 @@ void setChatMembers(PurpleConvChat *purpleChat, const td::td_api::basicGroupFull
void transmitMessage(int64_t chatId, const char *message, TdTransceiver &transceiver,
TdAccountData &account, TdTransceiver::ResponseCb response);
void requestRecoveryEmailConfirmation(PurpleConnection *gc, const char *emailInfo);
#endif