mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00: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