Overview
  • Namespace
  • Class

Namespaces

  • Slack
    • Message

Classes

  • ApiClient
  • Bot
  • Channel
  • ClientObject
  • DataObject
  • DirectMessageChannel
  • Group
  • Payload
  • RealTimeClient
  • Team
  • User

Interfaces

  • ChannelInterface
  • Exception

Exceptions

  • ApiException
  • ConnectionException
  • UserNotFoundException

Class Team

Contains information about a Slack team.

Slack\DataObject implements JsonSerializable
Extended by Slack\ClientObject
Extended by Slack\Team
Namespace: Slack
Located at Team.php

Methods summary

public string
# getId( )

Gets the team's ID.

Gets the team's ID.

Returns

string
The team's ID.
public string
# getName( )

Gets the name of the team.

Gets the name of the team.

Returns

string
The name of the team.
public string
# getDomain( )

Gets the team's domain name.

Gets the team's domain name.

Returns

string
The domain name of the team.
public string
# getEmailDomain( )

Gets the domain name emails are restricted to, if any.

Gets the domain name emails are restricted to, if any.

Returns

string
An email domain name.

Methods inherited from Slack\ClientObject

__construct(), getClient()

Methods inherited from Slack\DataObject

fromData(), jsonSerialize(), jsonUnserialize()

Properties summary

Properties inherited from Slack\ClientObject

$client

Properties inherited from Slack\DataObject

$data

API documentation generated by ApiGen