FastCommentsClient::LiveEvent
| Name |
Type |
Description |
Notes |
| type |
LiveEventType |
|
|
| timestamp |
Integer |
|
[optional] |
| ts |
Integer |
|
[optional] |
| broadcast_id |
String |
|
[optional] |
| user_id |
String |
|
[optional] |
| badges |
Array<CommentUserBadgeInfo> |
|
[optional] |
| notification |
UserNotification |
|
[optional] |
| vote |
PubSubVote |
|
[optional] |
| comment |
PubSubComment |
|
[optional] |
| feed_post |
FeedPost |
|
[optional] |
| extra_info |
LiveEventExtraInfo |
|
[optional] |
| config |
Object |
|
[optional] |
| is_closed |
Boolean |
|
[optional] |
| uj |
Array<String> |
|
[optional] |
| ul |
Array<String> |
|
[optional] |
| sc |
Integer |
|
[optional] |
| changes |
Hash<String, Integer> |
|
[optional] |
require 'fastcomments-client'
instance = FastCommentsClient::LiveEvent.new(
type: null,
timestamp: null,
ts: null,
broadcast_id: null,
user_id: null,
badges: null,
notification: null,
vote: null,
comment: null,
feed_post: null,
extra_info: null,
config: null,
is_closed: null,
uj: null,
ul: null,
sc: null,
changes: null
)