class

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)
Source

Instance methods

chat_flags
Source
chat_flags=(chat_flags : UInt8)
Source
chat_room_type
Source
chat_room_type=(chat_room_type : Steamcr::EChatRoomType)
Source
deserialize(io : IO::Memory)
Source
game_id
Source
game_id=(game_id : UInt64)
Source
members_max
Source
members_max=(members_max : UInt32)
Source
permission_all
Source
permission_all=(permission_all : Steamcr::EChatPermission)
Source
permission_member
Source
permission_member=(permission_member : Steamcr::EChatPermission)
Source
permission_officer
Source
permission_officer=(permission_officer : Steamcr::EChatPermission)
Source
serialize(io : IO::Memory)
Source
steam_id_clan
Source
steam_id_clan=(steam_id_clan : UInt64)
Source
steam_id_friend_chat
Source
steam_id_friend_chat=(steam_id_friend_chat : UInt64)
Source
steam_id_invited
Source
steam_id_invited=(steam_id_invited : UInt64)
Source