mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -292,12 +292,12 @@ public struct ChatControllerInitialAttachBotStart {
|
||||
}
|
||||
|
||||
public struct ChatControllerInitialBotAppStart {
|
||||
public let botApp: BotApp
|
||||
public let botApp: BotApp?
|
||||
public let payload: String?
|
||||
public let justInstalled: Bool
|
||||
public let compact: Bool
|
||||
|
||||
public init(botApp: BotApp, payload: String?, justInstalled: Bool, compact: Bool) {
|
||||
public init(botApp: BotApp?, payload: String?, justInstalled: Bool, compact: Bool) {
|
||||
self.botApp = botApp
|
||||
self.payload = payload
|
||||
self.justInstalled = justInstalled
|
||||
|
||||
Reference in New Issue
Block a user