is_content_text_empty

is_content_text_empty(content: str | list[dict | 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] | None