Add interactive dice success animation

Fix interactive dice tooltip localization
This commit is contained in:
Ilya Laktyushin
2020-04-23 05:41:38 +04:00
parent c3f2fa5bc3
commit 6e7a5af08d
14 changed files with 4089 additions and 4189 deletions

View File

@@ -61,8 +61,8 @@ func textStringForForwardedMessage(_ message: Message, strings: PresentationStri
return ("", true)
case _ as TelegramMediaPoll:
return (strings.ForwardedPolls(1), true)
case _ as TelegramMediaDice:
return (strings.ForwardedDices(1), true)
case let dice as TelegramMediaDice:
return (dice.emoji, true)
default:
break
}