Type Alias lichess_api::model::bot::move::PostRequest

source ·
pub type PostRequest = Request<PostQuery>;

Aliased Type§

struct PostRequest { /* private fields */ }

Implementations§

source§

impl PostRequest

source

pub fn new(game_id: &str, move: &str, offering_draw: bool) -> Self