mattbdean / JRAW

The Java Reddit API Wrapper
https://mattbdean.gitbooks.io/jraw
MIT License
356 stars 125 forks source link

Add ability to get Message if you already know its ID #265

Closed mattbdean closed 6 years ago

mattbdean commented 6 years ago
fun InboxReference.fetch(String id): Message

This should request /message/messages/{id}

mattbdean commented 6 years ago

Whoops wrong issue number