object chat
- Alphabetic
- By Inheritance
- chat
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
delete(req: SlackApiChatDeleteRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatDeleteResponse]]
https://api.slack.com/methods/chat.delete
-
def
deleteScheduledMessage(req: SlackApiChatDeleteScheduledMessageRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatDeleteScheduledMessageResponse]]
https://api.slack.com/methods/chat.deleteScheduledMessage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getPermalink(req: SlackApiChatGetPermalinkRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatGetPermalinkResponse]]
https://api.slack.com/methods/chat.getPermalink
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
meMessage(req: SlackApiChatMeMessageRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatMeMessageResponse]]
https://api.slack.com/methods/chat.meMessage
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
postEphemeral(req: SlackApiChatPostEphemeralRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatPostEphemeralResponse]]
https://api.slack.com/methods/chat.postEphemeral
-
def
postMessage(req: SlackApiChatPostMessageRequest, rateControlLimit: SlackApiRateControlLimit = ...)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatPostMessageResponse]]
https://api.slack.com/methods/chat.postMessage
-
def
postWebhookMessage(url: String, req: SlackApiPostWebHookRequest)(implicit backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiPostWebHookResponse]]
Post a webhook message using webhook url
Post a webhook message using webhook url
- url
a url from a Slack OAuth response or from a Slack app profile configuration
- req
a webhook request message params
-
def
scheduleMessage(req: SlackApiChatScheduleMessageRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatScheduleMessageResponse]]
https://api.slack.com/methods/chat.scheduleMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unfurl(req: SlackApiChatUnfurlRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatUnfurlResponse]]
https://api.slack.com/methods/chat.unfurl
-
def
update(req: SlackApiChatUpdateRequest)(implicit slackApiToken: SlackApiToken, backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiChatUpdateResponse]]
https://api.slack.com/methods/chat.update
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object scheduledMessages
Deprecated Value Members
-
def
postEventReply(response_url: String, reply: SlackApiPostEventReply)(implicit backendType: BackendType[F]): F[Either[SlackApiClientError, SlackApiPostEventReplyResponse]]
Post an event reply message using response_url from Slack Events
Post an event reply message using response_url from Slack Events
- response_url
a url from Slack Event
- reply
reply to an event
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.4) Use client.events.reply instead