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(options)
  "#{@users_url}me/muted/?access_token=#{Settings.user_token}&count=#{options[:count]}&before_id=#{options[:before_id]}"
end