OneSDK — OneComme 9.1.1
    Preparing search index...

    Interface ChzzkComment

    interface ChzzkComment {
        color: RGBColor;
        data: Chzzk.CommentResponse;
        id: string;
        meta?: BaseCommentMeta;
        name: string;
        service: "chzzk";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: RGBColor
    id: string
    name: string
    service: "chzzk"
    url: string