struct Steam::ID

Overview

A Steam ID is an encoded 64 bit integer that contains various metadata about a Steam account.

A given ID does not uniquely identify an account, as encoded IDs may be missing certain pieces of metadata if it was decoded from certain formats (see Steam::ID::Format for more info).

Defined in:

lib/steam_id/src/formatter.cr
lib/steam_id/src/mask.cr
lib/steam_id/src/parser.cr
lib/steam_id/src/steam_id.cr
steam.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(parser : JSON::PullParser) #

[View source]

Instance Method Detail

def to_json(builder : JSON::Builder) #

[View source]