Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/steam_trader/types/protobuf.d.ts>Type#create

https://deno.land/x/steam_trader
Latest
method Type.prototype.create
import { Type } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Creates a new message of this type using the specified properties.

Parameters

optional
properties: { [k: string]: any; }

Returns

Message<{ }>

Message instance