diff --git a/packages/puregram/src/common/attachments/sticker.ts b/packages/puregram/src/common/attachments/sticker.ts index 756caa0d..4114bb79 100644 --- a/packages/puregram/src/common/attachments/sticker.ts +++ b/packages/puregram/src/common/attachments/sticker.ts @@ -2,7 +2,7 @@ import { inspectable } from 'inspectable' import * as Interfaces from '../../generated/telegram-interfaces' -import { PhotoSize, MaskPosition } from '../structures' +import { PhotoSize, MaskPosition, File } from '../structures' import { FileAttachment } from './file-attachment' @@ -51,6 +51,17 @@ export class StickerAttachment extends FileAttachment