mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Stickers editor
This commit is contained in:
@@ -7540,12 +7540,12 @@ private final class FadingMaskLayer: SimpleLayer {
|
||||
}
|
||||
|
||||
public struct StickerPickerInputData: StickerPickerInput, Equatable {
|
||||
public var emoji: EmojiPagerContentComponent
|
||||
public var emoji: EmojiPagerContentComponent?
|
||||
public var stickers: EmojiPagerContentComponent?
|
||||
public var gifs: GifPagerContentComponent?
|
||||
|
||||
public init(
|
||||
emoji: EmojiPagerContentComponent,
|
||||
emoji: EmojiPagerContentComponent?,
|
||||
stickers: EmojiPagerContentComponent?,
|
||||
gifs: GifPagerContentComponent?
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user