cattle_hugs.types ¶
CommentInfo ¶
InteractionInfo ¶
Bases: BaseModel
Information about the interaction
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
interaction_type
|
InteractionType
|
|
required |
data
|
dict
|
|
required |
Source code in cattle_hugs/types.py
InteractionType ¶
Interactions ¶
Bases: BaseModel
The Interactions
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
object_id
|
str
|
The object that was interacted with |
required |
actors
|
list[Actor]
|
Information about actors participating in the interactions |
required |
comments
|
list[CommentInfo]
|
All comments made to the base object |
required |
interactions
|
list[InteractionInfo]
|
Interactions, e.g likes, of the base object |
required |