mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
Added sending action when choosing sticker.
This commit is contained in:
@@ -129,6 +129,7 @@ void SendProgressManager::send(const Key &key, int progress) {
|
||||
case Type::ChooseContact: return MTP_sendMessageChooseContactAction();
|
||||
case Type::PlayGame: return MTP_sendMessageGamePlayAction();
|
||||
case Type::Speaking: return MTP_speakingInGroupCallAction();
|
||||
case Type::ChooseSticker: return MTP_sendMessageChooseStickerAction();
|
||||
default: return MTP_sendMessageTypingAction();
|
||||
}
|
||||
}();
|
||||
|
||||
Reference in New Issue
Block a user