(20241213) SMS sending ready.
This commit is contained in:
@@ -153,6 +153,12 @@ class CoreMessageModel(BaseModel):
|
||||
frozen = True
|
||||
)
|
||||
|
||||
recipient: str | None = Field(
|
||||
description = "the name of the recipient; null if you are the recipient",
|
||||
frozen = True,
|
||||
default = None
|
||||
)
|
||||
|
||||
chat: str | None = Field(
|
||||
description = "the name of the chat where the message was exchanged; relevant in chat apps like telegram",
|
||||
frozen = True
|
||||
|
||||
Reference in New Issue
Block a user