Rename Image to Document
This commit is contained in:
@ -4,7 +4,7 @@ from .base_activity import ActivityObject
|
||||
|
||||
|
||||
@dataclass(init=False)
|
||||
class Image(ActivityObject):
|
||||
class Document(ActivityObject):
|
||||
""" image block """
|
||||
|
||||
url: str
|
||||
|
Reference in New Issue
Block a user