enum Steamcr::EChatRoomServerMsg

Defined in:

steamd/enums.cr

Enum Members

INVALID = 0
RENAME_CHAT_ROOM = 1
JOINED = 2
PARTED = 3
KICKED = 4
INVITED = 5
INVITE_DISMISSED = 8
CHAT_ROOM_TAGLINE_CHANGED = 9
CHAT_ROOM_AVATAR_CHANGED = 10
APP_CUSTOM = 11

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def app_custom? #

[View source]
def chat_room_avatar_changed? #

[View source]
def chat_room_tagline_changed? #

[View source]
def invalid? #

[View source]
def invite_dismissed? #

[View source]
def invited? #

[View source]
def joined? #

[View source]
def kicked? #

[View source]
def parted? #

[View source]
def rename_chat_room? #

[View source]
def to_io(io, format) #

[View source]