Class WallAttachment

Hierarchy (view full)

Constructors

Properties

$filled: boolean
[kAttachments]: (Attachment<object, string> | ExternalAttachment<object, string>)[]
[kCopyHistoryAttachments]: WallAttachment[]
api: API
type: "wall" | WALL

Accessors

  • get copyright(): undefined | {
        id?: number;
        link: string;
        name: string;
        type: string;
    }
  • Returns the copyright

    Returns undefined | {
        id?: number;
        link: string;
        name: string;
        type: string;
    }

  • get likes(): undefined | {
        can_like: number;
        can_publish: number;
        count: number;
        user_likes: number;
    }
  • Returns the likes info

    Returns undefined | {
        can_like: number;
        can_publish: number;
        count: number;
        user_likes: number;
    }

  • get postSource(): undefined | {
        data: string;
        platform: string;
        type: string;
        url: string;
    }
  • Returns the post source

    Returns undefined | {
        data: string;
        platform: string;
        type: string;
        url: string;
    }

Methods

Generated using TypeDoc