class Steamcr::MsgClientSetIgnoreFriend

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(my_steam_id : UInt64, steam_id_friend : UInt64, ignore : UInt8) #

[View source]

Instance Method Detail

def deserialize(io : IO::Memory) #

[View source]
def ignore : UInt8 #

[View source]
def ignore=(ignore : UInt8) #

[View source]
def my_steam_id : UInt64 #

[View source]
def my_steam_id=(my_steam_id : UInt64) #

[View source]
def serialize(io : IO::Memory) #

[View source]
def steam_id_friend : UInt64 #

[View source]
def steam_id_friend=(steam_id_friend : UInt64) #

[View source]