is_content_text_empty

is_content_text_empty(content: str | list[dict[str, Any] | str] | None) -> bool

Checks if the content of the message does not contain any text.

Parameters:
NameDescription
contentThe message content to check.

Type: str | list[dict[str, typing.Any] | str] | None