class

Steamcr::MsgClientChatEnter

Inherits Reference < Object

Constructors

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)
Source

Instance methods

chat_flags
Source
chat_flags=(chat_flags : UInt8)
Source
chat_room_type
Source
chat_room_type=(chat_room_type : Steamcr::EChatRoomType)
Source
deserialize(io : IO::Memory)
Source
enter_response
Source
enter_response=(enter_response : Steamcr::EChatRoomEnterResponse)
Source
num_members
Source
num_members=(num_members : Int32)
Source
serialize(io : IO::Memory)
Source
steam_id_chat
Source
steam_id_chat=(steam_id_chat : UInt64)
Source
steam_id_clan
Source
steam_id_clan=(steam_id_clan : UInt64)
Source
steam_id_friend
Source
steam_id_friend=(steam_id_friend : UInt64)
Source
steam_id_owner
Source
steam_id_owner=(steam_id_owner : UInt64)
Source