Interface MessagesSearchConversationsResponse

interface MessagesSearchConversationsResponse {
    count: number;
    items: MessagesConversation[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total results number

Generated using TypeDoc