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

Allow sending dice from dice media tooltip.

This commit is contained in:
John Preston
2020-04-20 14:18:09 +04:00
parent abfd3ad1b9
commit 54f757e770
4 changed files with 28 additions and 4 deletions

View File

@@ -23,6 +23,6 @@ void SendExistingPhoto(
Api::MessageToSend &&message,
not_null<PhotoData*> photo);
[[nodiscard]] bool SendDice(Api::MessageToSend &message);
bool SendDice(Api::MessageToSend &message);
} // namespace Api