enum Steamcr::EChatActionResult
Defined in:
steamd/enums.cr
Enum Members
-
SUCCESS =
1
-
ERROR =
2
-
NOT_PERMITTED =
3
-
NOT_ALLOWED_ON_CLAN_MEMBER =
4
-
NOT_ALLOWED_ON_BANNED_USER =
5
-
NOT_ALLOWED_ON_CHAT_OWNER =
6
-
NOT_ALLOWED_ON_SELF =
7
-
CHAT_DOESNT_EXIST =
8
-
CHAT_FULL =
9
-
VOICE_SLOTS_FULL =
10
Class Method Summary
Instance Method Summary
Class Method Detail
def self.
from_io(io, format)
#
Instance Method Detail
def
not_allowed_on_banned_user?
#
def
not_allowed_on_chat_owner?
#
def
not_allowed_on_clan_member?
#
def
not_allowed_on_self?
#