@np-dev/youtubei-js
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
13 lines (12 loc) • 1 kB
TypeScript
export declare namespace $.youtube.GetCommentsSectionParams.Params.RepliesOptions {
type UnkOpts = {
unkParam: number;
};
}
export type Type = $.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts;
export declare function getDefaultValue(): $.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts;
export declare function createValue(partialValue: Partial<$.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts>): $.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts;
export declare function encodeJson(value: $.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts): unknown;
export declare function decodeJson(value: any): $.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts;
export declare function encodeBinary(value: $.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts): Uint8Array;
export declare function decodeBinary(binary: Uint8Array): $.youtube.GetCommentsSectionParams.Params.RepliesOptions.UnkOpts;