Search filters

This commit is contained in:
Ilya Laktyushin
2020-09-05 05:37:15 +03:00
parent 91b8eb47d5
commit 0041761cbb
116 changed files with 8857 additions and 5141 deletions

View File

@@ -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]] = [:]
}