Skip to main content

include/rocksky@generated@types_AddItemsToQueueParams.hrl

-record(add_items_to_queue_params, {
    player_id :: gleam@option:option(binary()),
    items :: list(binary()),
    position :: gleam@option:option(integer()),
    shuffle :: gleam@option:option(boolean())
}).