Removed deprecated DataAttachment

This commit is contained in:
Alex
2026-03-21 09:44:40 +03:00
parent 40742ddc60
commit 85231b0962
5 changed files with 5 additions and 92 deletions
-1
View File
@@ -15,5 +15,4 @@ enum AttachmentType: string
case InlineKeyboard = 'inline_keyboard';
case Location = 'location';
case Share = 'share';
case Data = 'data';
}