class Steamcr::MsgClientChatMsg

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(steam_id_chatter : UInt64, steam_id_chat_room : UInt64, chat_msg_type : EChatEntryType) #

[View source]

Instance Method Detail

def chat_msg_type : Steamcr::EChatEntryType #

[View source]
def chat_msg_type=(chat_msg_type : Steamcr::EChatEntryType) #

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

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

[View source]
def steam_id_chat_room : UInt64 #

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

[View source]
def steam_id_chatter : UInt64 #

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

[View source]