Interface WallWallpostAttachment

interface WallWallpostAttachment {
    access_key: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

access_key: string

Access key for the audio

Generated using TypeDoc