mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Implement opening of t.me/bot/app-s.
This commit is contained in:
@@ -97,6 +97,7 @@ inline constexpr bool is_flag_type(GifPauseReason) { return true; };
|
||||
|
||||
enum class ResolveType {
|
||||
Default,
|
||||
BotApp,
|
||||
BotStart,
|
||||
AddToGroup,
|
||||
AddToChannel,
|
||||
@@ -208,6 +209,8 @@ public:
|
||||
QString startToken;
|
||||
ChatAdminRights startAdminRights;
|
||||
bool startAutoSubmit = false;
|
||||
QString botAppName;
|
||||
bool botAppForceConfirmation = false;
|
||||
QString attachBotUsername;
|
||||
std::optional<QString> attachBotToggleCommand;
|
||||
InlineBots::PeerTypes attachBotChooseTypes;
|
||||
|
Reference in New Issue
Block a user