Various improvements

This commit is contained in:
Ilya Laktyushin
2023-01-13 22:39:41 +04:00
parent 930e237bf1
commit a37c84aa68
4 changed files with 12 additions and 14 deletions

View File

@@ -608,6 +608,8 @@ public protocol ChatController: ViewController {
func beginMessageSearch(_ query: String)
func displayPromoAnnouncement(text: String)
func updateIsPushed(_ isPushed: Bool)
func hintPlayNextOutgoingGift()
var isSendButtonVisible: Bool { get }