moons-ta-client
    Preparing search index...

    Interface Request_SetQualifierInfoChannel

    from protobuf message proto.packets.Request.SetQualifierInfoChannel

    interface Request_SetQualifierInfoChannel {
        infoChannel?: Channel;
        qualifierId: string;
        tournamentId: string;
    }
    Index

    Properties

    infoChannel?: Channel

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

    qualifierId: string

    from protobuf field: string qualifier_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;