Interface MessageVideoChatEnded

A message with information about an ended video chat. Subtype of MessageContent.

interface MessageVideoChatEnded {
    @type: "messageVideoChatEnded";
    duration: number;
}

Properties

Properties

@type: "messageVideoChatEnded"
duration: number

Call duration, in seconds.