Home telegram - reactionNode
Post
Cancel

telegram - reactionNode

StandaloneReactionAnimation

class ReactionContextItem

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
public struct Reaction: Equatable {
    public var rawValue: String
    
    public init(rawValue: String) {
        self.rawValue = rawValue
    }
}

public let reaction: ReactionContextItem.Reaction
public let appearAnimation: TelegramMediaFile
public let stillAnimation: TelegramMediaFile
public let listAnimation: TelegramMediaFile
public let largeListAnimation: TelegramMediaFile
public let applicationAnimation: TelegramMediaFile
public let largeApplicationAnimation: TelegramMediaFile

class ReactionNode

1
2
3
let context: AccountContext
private let theme: PresentationTheme
private let items: [ReactionContextItem]

class StandaloneReactionAnimation

1
This post is licensed under CC BY 4.0 by the author.