class Steamcr::MsgClientCreateChatResponse
- Steamcr::MsgClientCreateChatResponse
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #chat_room_type : Steamcr::EChatRoomType
- #chat_room_type=(chat_room_type : Steamcr::EChatRoomType)
- #deserialize(io : IO::Memory)
- #result : Steamcr::EResult
- #result=(result : Steamcr::EResult)
- #serialize(io : IO::Memory)
- #steam_id_chat : UInt64
- #steam_id_chat=(steam_id_chat : UInt64)
- #steam_id_friend_chat : UInt64
- #steam_id_friend_chat=(steam_id_friend_chat : UInt64)
Constructor Detail
def self.new(result : EResult, steam_id_chat : UInt64, chat_room_type : EChatRoomType, steam_id_friend_chat : UInt64)
#