mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Updates too many to describe
This commit is contained in:
@@ -93,8 +93,9 @@ public extension MessageTags {
|
||||
static let voiceOrInstantVideo = MessageTags(rawValue: 1 << 4)
|
||||
static let unseenPersonalMessage = MessageTags(rawValue: 1 << 5)
|
||||
static let liveLocation = MessageTags(rawValue: 1 << 6)
|
||||
static let gif = MessageTags(rawValue: 1 << 7)
|
||||
|
||||
static let all: MessageTags = [.photoOrVideo, .file, .music, .webPage, .voiceOrInstantVideo, .unseenPersonalMessage, .liveLocation]
|
||||
static let all: MessageTags = [.photoOrVideo, .file, .music, .webPage, .voiceOrInstantVideo, .unseenPersonalMessage, .liveLocation, .gif]
|
||||
}
|
||||
|
||||
public extension GlobalMessageTags {
|
||||
|
||||
Reference in New Issue
Block a user