Add "Choosing sticker" input activity

This commit is contained in:
Ilya Laktyushin
2021-08-18 00:47:36 +04:00
parent ce97e49ed7
commit 74c2145b21
6 changed files with 165 additions and 0 deletions

View File

@@ -129,6 +129,8 @@ private func actionFromActivity(_ activity: PeerInputActivity?) -> Api.SendMessa
return .sendMessageUploadRoundAction(progress: progress)
case .speakingInGroupCall:
return .speakingInGroupCallAction
case .choosingSticker:
return .sendMessageGamePlayAction
}
} else {
return .sendMessageCancelAction