Steamcr::MsgClientCreateChat
Inherits Reference < Object
Constructors
new(chat_room_type : EChatRoomType, game_id : UInt64, steam_id_clan : UInt64, permission_officer : EChatPermission, permission_member : EChatPermission, permission_all : EChatPermission, members_max : UInt32, chat_flags : UInt8, steam_id_friend_chat : UInt64, steam_id_invited : UInt64)
SourceInstance methods
chat_flags
Sourcechat_flags=(chat_flags : UInt8)
Sourcechat_room_type
Sourcechat_room_type=(chat_room_type : Steamcr::EChatRoomType)
Sourcedeserialize(io : IO::Memory)
Sourcegame_id
Sourcegame_id=(game_id : UInt64)
Sourcemembers_max
Sourcemembers_max=(members_max : UInt32)
Sourcepermission_all
Sourcepermission_all=(permission_all : Steamcr::EChatPermission)
Sourcepermission_member
Sourcepermission_member=(permission_member : Steamcr::EChatPermission)
Sourcepermission_officer
Sourcepermission_officer=(permission_officer : Steamcr::EChatPermission)
Sourceserialize(io : IO::Memory)
Sourcesteam_id_clan
Sourcesteam_id_clan=(steam_id_clan : UInt64)
Sourcesteam_id_friend_chat
Sourcesteam_id_friend_chat=(steam_id_friend_chat : UInt64)
Sourcesteam_id_invited
Sourcesteam_id_invited=(steam_id_invited : UInt64)
Source