-
Notifications
You must be signed in to change notification settings - Fork 0
Like
ikcede edited this page Mar 19, 2024
·
1 revision
Wrapper class for a like interaction
• new Like(comment, timestamp): Like
| Name | Type |
|---|---|
comment |
string |
timestamp |
null | Date
|
• comment: string
Any comment the user sent with the like
• timestamp: null | Date
The recorded time of the Like being sent
▸ fromRaw(data): Like
Builds a Like from raw object data in matches.json
Note that these are only likes sent by the user as received likes are implied
| Name | Type |
|---|---|
data |
any |
A build Like object