PHP 클래스 Slack\DirectMessageChannel

상속: extends slack\ClientObject, implements slack\ChannelInterface
파일 보기 프로젝트 열기: coderstephen/slack-client 1 사용 예제들

공개 메소드들

메소드 설명
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