Interface ChatSourcePublicServiceAnnouncement

The chat contains a public service announcement. Subtype of ChatSource.

interface ChatSourcePublicServiceAnnouncement {
    @type: "chatSourcePublicServiceAnnouncement";
    text: string;
    type: string;
}

Properties

Properties

@type: "chatSourcePublicServiceAnnouncement"
text: string

The text of the announcement.

type: string

The type of the announcement.