teleproto - v1.229.0
    Preparing search index...

    Interface CommunitiesToggleParticipantBannedParams

    interface CommunitiesToggleParticipantBannedParams {
        community: EntityLike;
        participant: EntityLike;
        unban?: boolean;
    }
    Index
    community: EntityLike
    participant: EntityLike
    unban?: boolean