class Steamcr::MsgClientChatAction

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(steam_id_chat : UInt64, steam_id_user_to_act_on : UInt64, chat_action : EChatAction) #

[View source]

Instance Method Detail

def chat_action : Steamcr::EChatAction #

[View source]
def chat_action=(chat_action : Steamcr::EChatAction) #

[View source]
def deserialize(io : IO::Memory) #

[View source]
def serialize(io : IO::Memory) #

[View source]
def steam_id_chat : UInt64 #

[View source]
def steam_id_chat=(steam_id_chat : UInt64) #

[View source]
def steam_id_user_to_act_on : UInt64 #

[View source]
def steam_id_user_to_act_on=(steam_id_user_to_act_on : UInt64) #

[View source]