mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add "Choosing sticker" input activity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user