mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Move some chat styles from basic.style to chat.style.
This commit is contained in:
@@ -16,6 +16,8 @@ struct BotCommand;
|
||||
} // namespace Data
|
||||
|
||||
struct BotInfo {
|
||||
BotInfo();
|
||||
|
||||
bool inited = false;
|
||||
bool readsAllHistory = false;
|
||||
bool cantJoinGroups = false;
|
||||
@@ -23,7 +25,7 @@ struct BotInfo {
|
||||
int version = 0;
|
||||
QString description, inlinePlaceholder;
|
||||
std::vector<Data::BotCommand> commands;
|
||||
Ui::Text::String text = { int(st::msgMinWidth) }; // description
|
||||
Ui::Text::String text;
|
||||
|
||||
QString botMenuButtonText;
|
||||
QString botMenuButtonUrl;
|
||||
|
Reference in New Issue
Block a user