mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 19:09:56 +00:00
9 lines
128 B
Swift
9 lines
128 B
Swift
import Foundation
|
|
|
|
public enum PeerReportStatus: Int32 {
|
|
case unknown
|
|
case none
|
|
case canReport
|
|
case didReport
|
|
}
|