Interface InviteGroupCallParticipantResultUserWasBanned

The user can't be invited because they were banned by the owner of the call and can be invited back only by the owner of the group call. Subtype of InviteGroupCallParticipantResult.

interface InviteGroupCallParticipantResultUserWasBanned {
    @type: "inviteGroupCallParticipantResultUserWasBanned";
}

Properties

@type: "inviteGroupCallParticipantResultUserWasBanned"