mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update API
This commit is contained in:
@@ -65,7 +65,7 @@ public final class ReactionImageNode: ASDisplayNode {
|
||||
|
||||
private let iconNode: ASImageNode
|
||||
|
||||
public init(context: AccountContext, availableReactions: AvailableReactions?, reaction: String, displayPixelSize: CGSize) {
|
||||
public init(context: AccountContext, availableReactions: AvailableReactions?, reaction: MessageReaction.Reaction, displayPixelSize: CGSize) {
|
||||
self.iconNode = ASImageNode()
|
||||
|
||||
var file: TelegramMediaFile?
|
||||
|
||||
Reference in New Issue
Block a user