mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -9,7 +9,7 @@ public final class AdMessageAttribute: MessageAttribute {
|
||||
|
||||
public enum MessageTarget {
|
||||
case peer(id: EnginePeer.Id, message: EngineMessage.Id?, startParam: String?)
|
||||
case join(title: String, joinHash: String)
|
||||
case join(title: String, joinHash: String, peer: EnginePeer?)
|
||||
case webPage(title: String, url: String)
|
||||
case botApp(peerId: EnginePeer.Id, app: BotApp, startParam: String?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user