We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1499a67 commit 83534faCopy full SHA for 83534fa
messages/src/vonage_messages/models/rcs.py
@@ -204,6 +204,7 @@ class BaseRcs(BaseMessage):
204
to: PhoneNumber
205
from_: str = Field(..., serialization_alias='from', pattern='^[a-zA-Z0-9-_&]+$')
206
ttl: Optional[int] = Field(None, ge=20, le=259200)
207
+ trusted_recipient: Optional[bool] = None
208
rcs: Optional[RcsOptions] = None
209
channel: ChannelType = ChannelType.RCS
210
0 commit comments