MessagePriority
public enum MessagePriority : Int
Priority for Sending Message in Chat Room.
- high: high.
- normal: normal.
- low: low.
-
Undocumented
Declaration
Swift
case high = 1
-
Undocumented
Declaration
Swift
case normal = 2
-
Undocumented
Declaration
Swift
case low = 3