Skip to main content
Module

x/steam_trader/types/protobuf.d.ts>Message.fromObject

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

Creates a new message of this type from a plain object. Also converts values to their respective internal types.

Parameters

this: Constructor<T>

Plain object

object: { [k: string]: any; }

Returns

Message instance