This commit is contained in:
Ali
2023-06-20 16:58:52 +03:00
parent 13d2dd15df
commit 13c6cf58c8
24 changed files with 372 additions and 36 deletions

View File

@@ -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)
}