class Steamcr::MsgClientChatMsg
- Steamcr::MsgClientChatMsg
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #chat_msg_type : Steamcr::EChatEntryType
- #chat_msg_type=(chat_msg_type : Steamcr::EChatEntryType)
- #deserialize(io : IO::Memory)
- #serialize(io : IO::Memory)
- #steam_id_chat_room : UInt64
- #steam_id_chat_room=(steam_id_chat_room : UInt64)
- #steam_id_chatter : UInt64
- #steam_id_chatter=(steam_id_chatter : UInt64)
Constructor Detail
def self.new(steam_id_chatter : UInt64, steam_id_chat_room : UInt64, chat_msg_type : EChatEntryType)
#