mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Refactoring
This commit is contained in:
@@ -4,7 +4,6 @@ import Display
|
||||
import AsyncDisplayKit
|
||||
import TelegramCore
|
||||
import SwiftSignalKit
|
||||
import Postbox
|
||||
import TelegramPresentationData
|
||||
import AccountContext
|
||||
|
||||
@@ -19,13 +18,13 @@ public final class BotReceiptController: ViewController {
|
||||
}
|
||||
|
||||
private let context: AccountContext
|
||||
private let messageId: MessageId
|
||||
private let messageId: EngineMessage.Id
|
||||
|
||||
private var presentationData: PresentationData
|
||||
|
||||
private var didPlayPresentationAnimation = false
|
||||
|
||||
public init(context: AccountContext, messageId: MessageId) {
|
||||
public init(context: AccountContext, messageId: EngineMessage.Id) {
|
||||
self.context = context
|
||||
self.messageId = messageId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user