only_unread parameter.
limit and/or timedelta parameters to limit the number of sms returned
Parameters
Max number of emails to return
Return only emails that are not older than
timedeltaReturns
Sequence[SMSResponse]Read recent sms messages sent to the persona
persona = notte.Persona("<your-persona-id>")
sms = persona.sms()
only_unread parameter.
sms = persona.sms(only_unread=True)
limit and/or timedelta parameters to limit the number of sms returned
timedeltaSequence[SMSResponse]Was this page helpful?
Suggestions