Sha256: 73d6075d39f91cf5af8430bdda2165e48b0c48bb77056c8671eb76206bf589ab
Contents?: true
Size: 386 Bytes
Versions: 7
Compression:
Stored size: 386 Bytes
Contents
# This file was auto-generated by lib/slack/web/api/tasks/generate.rake desc 'Emoji methods.' command 'emoji' do |g| g.desc 'This method lists the custom emoji for a team.' g.long_desc %( This method lists the custom emoji for a team. ) g.command 'list' do |c| c.action do |_global_options, options, _args| puts JSON.dump($client.emoji_list(options)) end end end
Version data entries
7 entries across 7 versions & 2 rubygems