Class: SlackChatter::Api::Emoji

Inherits:
Base
  • Object
show all
Defined in:
lib/slack_chatter/api/emoji.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#bool_as_i, #call_method, #channel_id_or_name, #initialize

Constructor Details

This class inherits a constructor from SlackChatter::Api::Base

Instance Method Details

#listObject



6
7
8
# File 'lib/slack_chatter/api/emoji.rb', line 6

def list
  call_method("emoji", "list", {})
end