class Steamcr::MsgClientChatEnter
- Steamcr::MsgClientChatEnter
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #chat_flags : UInt8
- #chat_flags=(chat_flags : UInt8)
- #chat_room_type : Steamcr::EChatRoomType
- #chat_room_type=(chat_room_type : Steamcr::EChatRoomType)
- #deserialize(io : IO::Memory)
- #enter_response : Steamcr::EChatRoomEnterResponse
- #enter_response=(enter_response : Steamcr::EChatRoomEnterResponse)
- #num_members : Int32
- #num_members=(num_members : Int32)
- #serialize(io : IO::Memory)
- #steam_id_chat : UInt64
- #steam_id_chat=(steam_id_chat : UInt64)
- #steam_id_clan : UInt64
- #steam_id_clan=(steam_id_clan : UInt64)
- #steam_id_friend : UInt64
- #steam_id_friend=(steam_id_friend : UInt64)
- #steam_id_owner : UInt64
- #steam_id_owner=(steam_id_owner : UInt64)
Constructor Detail
def self.new(steam_id_chat : UInt64, steam_id_friend : UInt64, chat_room_type : EChatRoomType, steam_id_owner : UInt64, steam_id_clan : UInt64, chat_flags : UInt8, enter_response : EChatRoomEnterResponse, num_members : Int32)
#