mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
Fix build
This commit is contained in:
parent
a1ba5cca74
commit
6f49c7e600
@ -513,7 +513,7 @@ public extension TelegramEngine {
|
||||
}
|
||||
|
||||
public func allowBotSendMessages(botId: PeerId) -> Signal<Never, NoError> {
|
||||
return _internal_allowBotSendMessages(postbox: self.account.postbox, network: self.account.network, stateManager: self.account.stateManager, sbotId: botId)
|
||||
return _internal_allowBotSendMessages(postbox: self.account.postbox, network: self.account.network, stateManager: self.account.stateManager, botId: botId)
|
||||
}
|
||||
|
||||
public func invokeBotCustomMethod(botId: PeerId, method: String, params: String) -> Signal<String, InvokeBotCustomMethodError> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user