Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Ark::Slack::SlackAPI
Inherits
Reference
<
Object
Instance methods
add_reaction
(channel :
String
, timestamp :
String
, emoji :
String
) :
Nil
Source
auth_test
Source
download_file
(url :
String
) :
Bytes
|
Nil
Source
get_thread_replies
(channel :
String
, ts :
String
, limit :
Int32
) :
Array
(
JSON::Any
)
Source
get_user_info
(user_id :
String
) :
UserInfo
Source
post_blocks
(channel :
String
, blocks :
Array
(
JSON::Any
), fallback_text :
String
, thread_ts :
String
|
Nil
= nil) :
Nil
Source
post_message
(channel :
String
, text :
String
, thread_ts :
String
|
Nil
= nil) :
Nil
Source
upload_file
(channel :
String
, thread_ts :
String
, name :
String
, data :
Bytes
) :
Nil
Source