mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update API
This commit is contained in:
@@ -1614,6 +1614,15 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
attributedString = addAttributesToStringWithRanges(strings.Notification_StarsGift_Sent(authorName, price)._tuple, body: bodyAttributes, argumentAttributes: attributes)
|
||||
}
|
||||
}
|
||||
case let .starGiftAuctionBid(gift, bidAmount, text, entities, peerId, nextDropAt, flags):
|
||||
let _ = gift
|
||||
let _ = bidAmount
|
||||
let _ = text
|
||||
let _ = entities
|
||||
let _ = peerId
|
||||
let _ = nextDropAt
|
||||
let _ = flags
|
||||
attributedString = nil
|
||||
case .unknown:
|
||||
attributedString = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user