Interface UpdateNewChat

A new chat has been loaded/created. This update is guaranteed to come before the chat identifier is returned to the application. The chat field changes will be reported through separate updates. Subtype of Update.

interface UpdateNewChat {
    @type: "updateNewChat";
    chat: Chat;
}

Properties

Properties

@type: "updateNewChat"
chat: Chat

The chat.