Added missing isGiftMail section to GetAllMailRsp

This commit is contained in:
ayy lmao
2022-04-27 14:39:20 +03:00
committed by memetrollsXD
parent 4480ce14a7
commit ca7c335c94
2 changed files with 6 additions and 23 deletions

View File

@@ -8,4 +8,5 @@ message GetAllMailRsp {
int32 retcode = 1;
repeated MailData mail_list = 2;
bool is_truncated = 3;
bool isGiftMail = 4;
}