mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge commit '70b56b9151537a9e13043ed3209894d536a37551'
This commit is contained in:
@@ -151,10 +151,12 @@ public struct ChatControllerInitialBotStart {
|
||||
public struct ChatControllerInitialAttachBotStart {
|
||||
public let botId: PeerId
|
||||
public let payload: String?
|
||||
public let justInstalled: Bool
|
||||
|
||||
public init(botId: PeerId, payload: String?) {
|
||||
public init(botId: PeerId, payload: String?, justInstalled: Bool) {
|
||||
self.botId = botId
|
||||
self.payload = payload
|
||||
self.justInstalled = justInstalled
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user