moons-ta-client
    Preparing search index...

    Interface Request_ShowPrompt

    from protobuf message proto.packets.Request.ShowPrompt

    interface Request_ShowPrompt {
        canClose: boolean;
        forwardTo: string[];
        messageText: string;
        messageTitle: string;
        options: Request_ShowPrompt_PromptOption[];
        promptId: string;
        showTimer: boolean;
        timeout: number;
        tournamentId: string;
    }
    Index

    Properties

    canClose: boolean

    from protobuf field: bool can_close = 6;

    forwardTo: string[]

    from protobuf field: repeated string forward_to = 9;

    messageText: string

    from protobuf field: string message_text = 3;

    messageTitle: string

    from protobuf field: string message_title = 2;

    from protobuf field: repeated proto.packets.Request.ShowPrompt.PromptOption options = 7;

    promptId: string

    from protobuf field: string prompt_id = 1;

    showTimer: boolean

    from protobuf field: bool show_timer = 5;

    timeout: number

    from protobuf field: int32 timeout = 4;

    tournamentId: string

    from protobuf field: string tournament_id = 8;