lonnymq
    Preparing search index...

    Type Alias MessageCreateCommandResultMessageCreated

    type MessageCreateCommandResultMessageCreated = {
        channelSize: number;
        id: bigint;
        resultType: "MESSAGE_CREATED";
    }
    Index

    Properties

    channelSize: number
    id: bigint
    resultType: "MESSAGE_CREATED"