Packages

package bots

Type Members

  1. case class SlackApiBotsInfo(bot: SlackApiBotsProfile) extends Product with Serializable

    Response of https://api.slack.com/methods/bots.info

  2. case class SlackApiBotsProfile(id: SlackBotId, deleted: Option[Boolean] = None, name: String, updated: Option[SlackDateTime] = None, app_id: SlackAppId, user_id: SlackUserId, icons: Option[Map[String, String]] = None) extends Product with Serializable

    Slack bot profile model

Ungrouped