Added AudioAttachmentRequest & ContactAttachmentRequest & FileAttachmentRequest & LocationAttachmentRequest & ShareAttachmentRequest & StickerAttachmentRequest & VideoAttachmentRequest

This commit is contained in:
Alex
2025-07-26 09:19:22 +03:00
parent 0c1d515c72
commit e80e1176a0
45 changed files with 1714 additions and 105 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ enum AttachmentType: string
case Audio = 'audio';
case File = 'file';
case Sticker = 'sticker';
case Contract = 'contract';
case Contact = 'contact';
case InlineKeyboard = 'inline_keyboard';
case Location = 'location';
case Share = 'share';