Interface StoriesGetPhotoUploadServerResponse

interface StoriesGetPhotoUploadServerResponse {
    upload_url: string;
    user_ids: number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

upload_url: string

Upload URL

user_ids: number[]

Generated using TypeDoc