Attachment functionality for Components integration.
@dataclass
class FileAttachment()
def to_dict() -> dict[str, Any]
@dataclass
class FileDataAttachment()
def __post_init__() -> None
def to_dict() -> dict[str, Any]
@dataclass
class UrlAttachment()
def __post_init__() -> None
def to_dict() -> dict[str, Any]
Was this page helpful?