Interface ActionHistoryCleared

History was cleared in a private chat.

interface ActionHistoryCleared {
    type: "history_cleared";
}

Properties

Properties

type: "history_cleared"