mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Topics
This commit is contained in:
@@ -18,6 +18,17 @@ public extension ChatLocation {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
var threadId: Int64? {
|
||||
switch self {
|
||||
case .peer:
|
||||
return nil
|
||||
case let .replyThread(replyThreadMessage):
|
||||
return Int64(replyThreadMessage.messageId.id)
|
||||
case .feed:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public enum ChatPresentationInputQueryKind: Int32 {
|
||||
|
||||
Reference in New Issue
Block a user