mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Stories
This commit is contained in:
@@ -297,6 +297,12 @@ public enum PresentationResourceKey: Int32 {
|
||||
case uploadToneIcon
|
||||
}
|
||||
|
||||
public enum ChatExpiredStoryIndicatorType: Hashable {
|
||||
case incoming
|
||||
case outgoing
|
||||
case free
|
||||
}
|
||||
|
||||
public enum PresentationResourceParameterKey: Hashable {
|
||||
case chatOutgoingFullCheck(CGFloat)
|
||||
case chatOutgoingPartialCheck(CGFloat)
|
||||
@@ -333,4 +339,6 @@ public enum PresentationResourceParameterKey: Hashable {
|
||||
case chatInputMediaPanelGridDismissImage(color: UInt32)
|
||||
|
||||
case statusAutoremoveIcon(isActive: Bool)
|
||||
|
||||
case chatExpiredStoryIndicatorIcon(type: ChatExpiredStoryIndicatorType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user