Interface ChatUpdate

interface ChatUpdate {
    chat: Chat;
}

Properties

Properties

chat: Chat