mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Stars refs
This commit is contained in:
@@ -1656,6 +1656,10 @@ public extension TelegramEngine {
|
||||
public func getStarRefBotConnection(id: EnginePeer.Id, targetId: EnginePeer.Id) -> Signal<TelegramConnectedStarRefBotList.Item?, NoError> {
|
||||
return _internal_getStarRefBotConnection(account: self.account, id: id, targetId: targetId)
|
||||
}
|
||||
|
||||
public func getPossibleStarRefBotTargets() -> Signal<[EnginePeer], NoError> {
|
||||
return _internal_getPossibleStarRefBotTargets(account: self.account)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user