Expose chatMessageAnimatedStickerDatas

This commit is contained in:
Peter
2019-07-03 01:18:59 +03:00
parent afb1898842
commit f746f934bc

View File

@@ -96,7 +96,7 @@ private func chatMessageStickerDatas(postbox: Postbox, file: TelegramMediaFile,
}
}
private func chatMessageAnimatedStickerDatas(postbox: Postbox, file: TelegramMediaFile, small: Bool, size: CGSize, fetched: Bool, onlyFullSize: Bool, synchronousLoad: Bool) -> Signal<Tuple3<Data?, Data?, Bool>, NoError> {
func chatMessageAnimatedStickerDatas(postbox: Postbox, file: TelegramMediaFile, small: Bool, size: CGSize, fetched: Bool, onlyFullSize: Bool, synchronousLoad: Bool) -> Signal<Tuple3<Data?, Data?, Bool>, NoError> {
let thumbnailResource = chatMessageStickerResource(file: file, small: true)
let resource = chatMessageStickerResource(file: file, small: small)