2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add bot to group / channel by link with rights.

This commit is contained in:
John Preston
2022-03-24 13:46:44 +04:00
parent 649f2908e8
commit 468917a91a
11 changed files with 302 additions and 102 deletions

View File

@@ -20,7 +20,7 @@ struct BotInfo {
std::vector<BotCommand> commands;
Ui::Text::String text = { int(st::msgMinWidth) }; // description
QString startToken, startGroupToken, shareGameShortName;
QString startToken;
Dialogs::EntryState inlineReturnTo;
ChatAdminRights groupAdminRights;