Interface IAllAttachmentable

interface IAllAttachmentable {
    getAllAttachments: {
        (type): AudioAttachment[];
        (type): AudioMessageAttachment[];
        (type): GraffitiAttachment[];
        (type): DocumentAttachment[];
        (type): MarketAlbumAttachment[];
        (type): MarketAttachment[];
        (type): PhotoAttachment[];
        (type): StoryAttachment[];
        (type): VideoAttachment[];
        (type): WallAttachment[];
        (type): PollAttachment[];
        (type): GiftAttachment[];
        (type): LinkAttachment[];
        (type): StickerAttachment[];
        (type): WallReplyAttachment[];
    };
    hasAllAttachments: ((type?) => boolean);
}

Hierarchy (view full)

Properties

getAllAttachments: {
    (type): AudioAttachment[];
    (type): AudioMessageAttachment[];
    (type): GraffitiAttachment[];
    (type): DocumentAttachment[];
    (type): MarketAlbumAttachment[];
    (type): MarketAttachment[];
    (type): PhotoAttachment[];
    (type): StoryAttachment[];
    (type): VideoAttachment[];
    (type): WallAttachment[];
    (type): PollAttachment[];
    (type): GiftAttachment[];
    (type): LinkAttachment[];
    (type): StickerAttachment[];
    (type): WallReplyAttachment[];
}

Type declaration

hasAllAttachments: ((type?) => boolean)

Type declaration

Generated using TypeDoc