Interface MessageChatChangeTitle

An updated chat title. Subtype of MessageContent.

interface MessageChatChangeTitle {
    @type: "messageChatChangeTitle";
    title: string;
}

Properties

Properties

@type: "messageChatChangeTitle"
title: string

New chat title.