class Steamcr::MsgClientChatActionResult
- Steamcr::MsgClientChatActionResult
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #action_result : Steamcr::EChatActionResult
- #action_result=(action_result : Steamcr::EChatActionResult)
- #chat_action : Steamcr::EChatAction
- #chat_action=(chat_action : Steamcr::EChatAction)
- #deserialize(io : IO::Memory)
- #serialize(io : IO::Memory)
- #steam_id_chat : UInt64
- #steam_id_chat=(steam_id_chat : UInt64)
- #steam_id_user_acted_on : UInt64
- #steam_id_user_acted_on=(steam_id_user_acted_on : UInt64)
Constructor Detail
def self.new(steam_id_chat : UInt64, steam_id_user_acted_on : UInt64, chat_action : EChatAction, action_result : EChatActionResult)
#