Various fixes

This commit is contained in:
Ilya Laktyushin
2024-09-26 20:38:11 +04:00
parent ed655a3945
commit 23fa85770d
10 changed files with 88 additions and 99 deletions

View File

@@ -170,6 +170,7 @@ public final class ChatEntityKeyboardInputNode: ChatInputNode {
hasStickers: Bool = true,
hasGifs: Bool = true,
hideBackground: Bool = false,
forceHasPremium: Bool = false,
sendGif: ((FileMediaReference, UIView, CGRect, Bool, Bool) -> Bool)?
) -> Signal<InputData, NoError> {
let animationCache = context.animationCache
@@ -187,6 +188,7 @@ public final class ChatEntityKeyboardInputNode: ChatInputNode {
areCustomEmojiEnabled: areCustomEmojiEnabled,
chatPeerId: chatPeerId,
hasSearch: hasSearch,
forceHasPremium: forceHasPremium,
hideBackground: hideBackground
)