Web app improvements

This commit is contained in:
Ilya Laktyushin
2022-04-03 02:29:35 +04:00
parent 577f20f65d
commit fdfe56f50a
7 changed files with 260 additions and 271 deletions

View File

@@ -17,7 +17,7 @@ public enum AttachmentButtonType: Equatable {
case location
case contact
case poll
case app(PeerId, String, TelegramMediaFile)
case app(PeerId, String, [AttachMenuBots.Bot.IconName: TelegramMediaFile])
case standalone
}