vk-io
    Preparing search index...

    Class WallAttachment

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Accessors

    • get donut(): | undefined
      | {
          can_publish_free_copy?: boolean;
          durations?: { id: number; name: string }[];
          edit_mode?: "all" | "duration";
          is_donut: boolean;
          paid_duration?: number;
          placeholder?: { text: string };
      }

      Returns the donut

      Returns
          | undefined
          | {
              can_publish_free_copy?: boolean;
              durations?: { id: number; name: string }[];
              edit_mode?: "all" | "duration";
              is_donut: boolean;
              paid_duration?: number;
              placeholder?: { text: 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;
          }

    Methods