Interface PushMessageContentChatChangeTitle

A chat title was edited. Subtype of PushMessageContent.

interface PushMessageContentChatChangeTitle {
    @type: "pushMessageContentChatChangeTitle";
    title: string;
}

Properties

Properties

@type: "pushMessageContentChatChangeTitle"
title: string

New chat title.