This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello, I'm kinda new to the reddit API. I'm using Python and PRAW. What I would like to achieve is to send a message and later catch a reply and act based upon it. I hoped message() would return the id of the message I just sent which I would store and later checked if this message got a reply. But apperently it does not return the id.
Is there a reliable way to get the Id of message I just sent? Or other way of achieving the desired functionality? One way I could achieve it would be to add some identifier to the subject or body of the message and search for it in my inbox to match the correct message but that seems really inconvinient. Surely there must be a better way I don't see!
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redditdev/c...