Interface VideoChatParticipantsInvited

This object represents a service message about new members invited to a video chat.

interface VideoChatParticipantsInvited {
    users: User[];
}

Properties

Properties

users: User[]

New members that were invited to the video chat