Move to double duration

This commit is contained in:
Ali 2023-06-06 12:07:32 +04:00
parent fab4e28e8c
commit 893402dc95
27 changed files with 72 additions and 65 deletions

View file

@ -264,7 +264,7 @@ public extension Message {
}
public extension Message {
var secretMediaDuration: Int32? {
var secretMediaDuration: Double? {
var found = false
for attribute in self.attributes {
if let _ = attribute as? AutoremoveTimeoutMessageAttribute {