reddex v0.1.0 Reddex.API.Me View Source
Functions for your bot's account.
Link to this section Summary
Link to this section Functions
Link to this function
inbox(opts \\ [])
View Source
inbox(opts \\ [])
View Source
inbox(keyword()) :: Reddex.HTTP.listing_resp()
inbox(keyword()) :: Reddex.HTTP.listing_resp()
Retrieves messages sent to your bot. See here for options.
Link to this function
saved(opts \\ [])
View Source
saved(opts \\ [])
View Source
saved(keyword()) :: Reddex.HTTP.listing_resp()
saved(keyword()) :: Reddex.HTTP.listing_resp()
Retrieves submissions saved by your bot. See here for options.