mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Added ephemeral messages data component with receive and send support.
This commit is contained in:
@@ -14,6 +14,7 @@ BotCommand BotCommandFromTL(const MTPBotCommand &result) {
|
||||
return BotCommand {
|
||||
.command = qs(data.vcommand().v),
|
||||
.description = qs(data.vdescription().v),
|
||||
.ephemeral = data.is_ephemeral(),
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user