Interface PushMessageContentInviteVideoChatParticipants

An invitation of participants to a video chat or live stream. Subtype of PushMessageContent.

interface PushMessageContentInviteVideoChatParticipants {
    @type: "pushMessageContentInviteVideoChatParticipants";
    is_current_user?: boolean;
}

Properties

@type: "pushMessageContentInviteVideoChatParticipants"
is_current_user?: boolean

True, if the current user was invited to the video chat or the live stream.