@osynicite/osynic-osuapi
    Preparing search index...

    Interface CreateChannelParams

    interface CreateChannelParams {
        channel: Channel;
        message: string;
        target_id: number;
        target_ids: number[];
        type: string;
    }
    Index

    Properties

    channel: Channel
    message: string
    target_id: number
    target_ids: number[]
    type: string