Interface GroupsGroupAttach

interface GroupsGroupAttach {
    id: number;
    is_favorite: number | boolean;
    size: number;
    status: string;
    text: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

id: number

group ID

is_favorite: number | boolean

is favorite

size: number

size of group

status: string

activity or category of group

text: string

text of attach

Generated using TypeDoc