PHP Класс Slack\DirectMessageChannel

Наследование: extends slack\ClientObject, implements slack\ChannelInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
close ( ) {@inheritDoc}
getId ( ) {@inheritDoc}
getTimeCreated ( ) : DateTime Gets the time the channel was created.
getUser ( ) : React\Promise\PromiseInterface Gets the user the direct message channel is with.

Описание методов

close() публичный Метод

{@inheritDoc}
public close ( )

getId() публичный Метод

{@inheritDoc}
public getId ( )

getTimeCreated() публичный Метод

Gets the time the channel was created.
public getTimeCreated ( ) : DateTime
Результат DateTime The time the channel was created.

getUser() публичный Метод

Gets the user the direct message channel is with.
public getUser ( ) : React\Promise\PromiseInterface
Результат React\Promise\PromiseInterface