2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update API scheme to layer 133.

This commit is contained in:
John Preston
2021-08-25 11:15:05 +03:00
parent ce7a3c354c
commit a6c98f4bb4
61 changed files with 618 additions and 615 deletions

View File

@@ -320,7 +320,7 @@ AdminLog::OwnedItem GenerateContactItem(
MTP_string(data.firstName),
MTP_string(data.lastName),
MTP_string(), // vcard
MTP_int(0)), // user_id
MTP_long(0)), // user_id
MTPReplyMarkup(),
groupedId);
return AdminLog::OwnedItem(delegate, item);