Ex.Pnut v0.1.0 ExPnut.User.Muting View Source

Muting a user will prevent them from being visible to the muting user unless specifically requested.

Endpoints:

  • Get muted users
  • Mute a user
  • Unmute a user

https://pnut.io/docs/api/resources/users/muting

Link to this section Summary

Functions

Retrieve a list of muted users. Users may only see their own list of muted users.

Mute a user. Muted users will not appear in future requests.

Unmute a user.

Link to this section Functions

Link to this function

get_muted(client, user_id, user_params \\ %UserParams{}) View Source

Retrieve a list of muted users. Users may only see their own list of muted users.

Link to this function

mute(client, user_id, user_params \\ %UserParams{}) View Source

Mute a user. Muted users will not appear in future requests.

Unmute a user.