class Slack::Api::ChatDelete
- Slack::Api::ChatDelete
- Slack::Api::Base
- Reference
- Object
Overview
https://api.slack.com/methods/chat.delete
Defined in:
slack/api/endpoints/chat_delete.crConstant Summary
-
ASSIGNED_TYPES =
[channel : String, token : String, ts : String] of TypeDeclaration
-
https://api.slack.com/methods/chat.delete
Constructors
-
.new(channel : String, token : String, ts : String)
https://api.slack.com/methods/chat.delete
-
.new(pull : JSON::PullParser)
https://api.slack.com/methods/chat.delete
Instance Method Summary
- #base_url
- #call : Slack::Models::Chat::Delete
- #channel : String
- #channel=(channel : String)
- #content_type : ContentTypes
- #token : String
- #token=(token : String)
- #ts : String
- #ts=(ts : String)
Instance methods inherited from class Slack::Api::Base
base_url
base_url,
call : Slack::Model
call,
content_type : ContentTypes
content_type,
headers
headers,
token
token
Constructor methods inherited from class Slack::Api::Base
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(channel : String, token : String, ts : String)
#
https://api.slack.com/methods/chat.delete