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

    Interface CreateNewPMResponse

    interface CreateNewPMResponse {
        channel: ChatChannel;
        message: ChatMessage;
        new_channel_id: number;
    }
    Index

    Properties

    channel: ChatChannel
    message: ChatMessage
    new_channel_id: number