class Steamcr::MsgGSGetUserGroupStatusResponse
- Steamcr::MsgGSGetUserGroupStatusResponse
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #clan_rank : Steamcr::EClanRank
- #clan_rank=(clan_rank : Steamcr::EClanRank)
- #clan_relationship : Steamcr::EClanRelationship
- #clan_relationship=(clan_relationship : Steamcr::EClanRelationship)
- #deserialize(io : IO::Memory)
- #serialize(io : IO::Memory)
- #steam_id_group : UInt64
- #steam_id_group=(steam_id_group : UInt64)
- #steam_id_user : UInt64
- #steam_id_user=(steam_id_user : UInt64)
Constructor Detail
def self.new(steam_id_user : UInt64, steam_id_group : UInt64, clan_relationship : EClanRelationship, clan_rank : EClanRank)
#