Method: Ayadn::Endpoints#muted
- Defined in:
- lib/ayadn/endpoints.rb
#muted(options) ⇒ Object
160 161 162 |
# File 'lib/ayadn/endpoints.rb', line 160 def muted() "#{@users_url}me/muted/?access_token=#{Settings.user_token}&count=#{[:count]}&before_id=#{[:before_id]}" end |