@jellyfin/sdk
    Preparing search index...

    Interface JoinGroupRequestDto

    Class JoinGroupRequestDto.

    JoinGroupRequestDto

    interface JoinGroupRequestDto {
        GroupId?: string;
    }
    Index

    Properties

    Properties

    GroupId?: string

    Gets or sets the group identifier.

    JoinGroupRequestDto