Add invite link revoke toast

This commit is contained in:
Ilya Laktyushin
2021-02-17 16:12:09 +04:00
parent e739cd91ff
commit b738beaf55
10 changed files with 3572 additions and 3536 deletions

View File

@@ -31,6 +31,7 @@ public enum UndoOverlayContent {
case forward(savedMessages: Bool, text: String)
case autoDelete(isOn: Bool, title: String?, text: String)
case gigagroupConversion(text: String)
case linkRevoked(text: String)
}
public enum UndoOverlayAction {