moons-ta-client
    Preparing search index...

    Interface QualifierEvent

    from protobuf message proto.models.QualifierEvent

    interface QualifierEvent {
        flags: QualifierEvent_EventSettings;
        guid: string;
        image: string;
        infoChannel?: Channel;
        name: string;
        qualifierMaps: Map[];
        sort: QualifierEvent_LeaderboardSort;
    }
    Index

    Properties

    from protobuf field: proto.models.QualifierEvent.EventSettings flags = 6;

    guid: string

    from protobuf field: string guid = 1;

    image: string

    from protobuf field: string image = 3;

    infoChannel?: Channel

    from protobuf field: proto.discord.Channel info_channel = 4;

    name: string

    from protobuf field: string name = 2;

    qualifierMaps: Map[]

    from protobuf field: repeated proto.models.Map qualifier_maps = 5;

    from protobuf field: proto.models.QualifierEvent.LeaderboardSort sort = 7;