2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Support bot verifications without modify access.

This commit is contained in:
John Preston
2024-12-25 16:34:19 +04:00
parent 6ddf241293
commit a87d19998e
3 changed files with 9 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ struct BotVerifierSettings {
DocumentId iconId = 0;
QString company;
QString customDescription;
bool canModifyDescription = false;
explicit operator bool() const {
return iconId != 0;