Interface InviteGroupCallParticipantResultUserAlreadyParticipant

The user can't be invited because they are already a participant of the call. Subtype of InviteGroupCallParticipantResult.

interface InviteGroupCallParticipantResultUserAlreadyParticipant {
    @type: "inviteGroupCallParticipantResultUserAlreadyParticipant";
}

Properties

Properties

@type: "inviteGroupCallParticipantResultUserAlreadyParticipant"