class Steamcr::MsgGSGetUserGroupStatusResponse

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(steam_id_user : UInt64, steam_id_group : UInt64, clan_relationship : EClanRelationship, clan_rank : EClanRank) #

[View source]

Instance Method Detail

def clan_rank : Steamcr::EClanRank #

[View source]
def clan_rank=(clan_rank : Steamcr::EClanRank) #

[View source]
def clan_relationship : Steamcr::EClanRelationship #

[View source]
def clan_relationship=(clan_relationship : Steamcr::EClanRelationship) #

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

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

[View source]
def steam_id_group : UInt64 #

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

[View source]
def steam_id_user : UInt64 #

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

[View source]