Base notify
BaseNotify
Bases: BaseSettings
Methods:
Name | Description |
---|---|
send_notify |
|
title
title: str = Field(
...,
title="Title",
description="The title of the notification message.",
frozen=True,
deprecated=False,
)
content
content: str = Field(
default="",
title="Content",
description="The content of the notification message.",
frozen=True,
deprecated=False,
)