o

slack

groups

object groups extends Service[SlackEnv]

Linear Supertypes
Service[SlackEnv], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. groups
  2. Service
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def archiveGroup(channelId: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def closeGroup(channelId: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  8. def createChildGroup(channelId: String): ZIO[SlackEnv with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  9. def createGroup(name: String): ZIO[SlackEnv with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getGroupHistory(channelId: String, latest: Option[String] = None, oldest: Option[String] = None, inclusive: Option[Int] = None, count: Option[Int] = None): ZIO[SlackEnv with SlackEnv, SlackError, HistoryChunk]
    Definition Classes
    Service
  15. def getGroupInfo(channelId: String): ZIO[SlackEnv with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def inviteToGroup(channelId: String, userId: String): ZIO[SlackEnv with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def kickFromGroup(channelId: String, userId: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  20. def leaveGroup(channelId: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  21. def listGroups(excludeArchived: Int = 0): ZIO[SlackEnv with SlackEnv, SlackError, Seq[Group]]
    Definition Classes
    Service
  22. def markGroup(channelId: String, ts: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def openGroup(channelId: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  27. def renameGroup(channelId: String, name: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  28. def setGroupPurpose(channelId: String, purpose: String): ZIO[SlackEnv with SlackEnv, SlackError, String]
    Definition Classes
    Service
  29. def setGroupTopic(channelId: String, topic: String): ZIO[SlackEnv with SlackEnv, SlackError, String]
    Definition Classes
    Service
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def unarchiveGroup(channelId: String): ZIO[SlackEnv with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Service[SlackEnv]

Inherited from AnyRef

Inherited from Any

Ungrouped