mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Search filters
This commit is contained in:
@@ -35,16 +35,6 @@ struct ChatInterfaceStickerSettings: Equatable {
|
||||
}
|
||||
}
|
||||
|
||||
public enum ChatControllerInteractionLongTapAction {
|
||||
case url(String)
|
||||
case mention(String)
|
||||
case peerMention(PeerId, String)
|
||||
case command(String)
|
||||
case hashtag(String)
|
||||
case timecode(Double, String)
|
||||
case bankCard(String)
|
||||
}
|
||||
|
||||
struct ChatInterfacePollActionState: Equatable {
|
||||
var pollMessageIdsInProgress: [MessageId: [Data]] = [:]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user