Interface MessagesGetIntentUsersResponse

interface MessagesGetIntentUsersResponse {
    count: number;
    items: number[];
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number
items: number[]
profiles: UsersUserFull[]

Generated using TypeDoc