Interface EventsEventAttach

interface EventsEventAttach {
    address: string;
    button_text: string;
    friends: number[];
    id: number;
    is_favorite: number | boolean;
    text: string;
    time: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

address: string

address of event

button_text: string

text of attach

friends: number[]
id: number

event ID

is_favorite: number | boolean

is favorite

text: string

text of attach

time: number

event start time

Generated using TypeDoc