mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Business
This commit is contained in:
@@ -639,6 +639,10 @@ public extension MessageAttribute {
|
||||
|
||||
public struct MessageGroupInfo: Equatable {
|
||||
public let stableId: UInt32
|
||||
|
||||
public init(stableId: UInt32) {
|
||||
self.stableId = stableId
|
||||
}
|
||||
}
|
||||
|
||||
public final class Message {
|
||||
|
||||
Reference in New Issue
Block a user