Interface Chats

Represents a list of chats.

interface Chats {
    @type: "chats";
    chat_ids: number[];
    total_count: number;
}

Properties

@type: "chats"
chat_ids: number[]

List of chat identifiers.

total_count: number

Approximate total number of chats found.