mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Add reply action in gallery
This commit is contained in:
@@ -98,12 +98,14 @@ public struct NavigateToMessageParams {
|
||||
public var quote: Quote?
|
||||
public var progress: Promise<Bool>?
|
||||
public var forceNew: Bool
|
||||
public var setupReply: Bool
|
||||
|
||||
public init(timestamp: Double?, quote: Quote?, progress: Promise<Bool>? = nil, forceNew: Bool = false) {
|
||||
public init(timestamp: Double?, quote: Quote?, progress: Promise<Bool>? = nil, forceNew: Bool = false, setupReply: Bool = false) {
|
||||
self.timestamp = timestamp
|
||||
self.quote = quote
|
||||
self.progress = progress
|
||||
self.forceNew = forceNew
|
||||
self.setupReply = setupReply
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user