class Steamcr::MsgClientCreateChatResponse

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(result : EResult, steam_id_chat : UInt64, chat_room_type : EChatRoomType, steam_id_friend_chat : UInt64) #

[View source]

Instance Method Detail

def chat_room_type : Steamcr::EChatRoomType #

[View source]
def chat_room_type=(chat_room_type : Steamcr::EChatRoomType) #

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

[View source]
def result : Steamcr::EResult #

[View source]
def result=(result : Steamcr::EResult) #

[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_friend_chat : UInt64 #

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

[View source]