How to get sms from inbox? ctx = get_session() sent = sms.get_sms(ctx) print(sent) get_sms: get information from boxes: inbox, outbox
How to get sms from inbox?
ctx = get_session()
sent = sms.get_sms(ctx)
print(sent)
get_sms: get information from boxes: inbox, outbox