Interface ChatTypePrivate

Describes the type of chat. Subtype of ChatType.

interface ChatTypePrivate {
    @type: "chatTypePrivate";
    user_id: number;
}

Properties

Properties

@type: "chatTypePrivate"
user_id: number

User identifier.