PHP 클래스 mapdev\FacebookMessenger\Messenger

파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

보호된 프로퍼티들

프로퍼티 타입 설명
$api
$notification_type

공개 메소드들

메소드 설명
__construct ( $token )
addWhitelistedDomain ( array $domains )
create ( $token )
deleteGetStartedButton ( )
deleteGreetingText ( )
deletePersistentMenu ( )
hubReply ( array $data, $verify_token )
receive ( $data )
removeWhitelistedDomain ( array $domains )
send ( $message, $path = 'me/messages' ) all message objects have toArray on them.
setGetStartedButton ( $payload )
setGreetingText ( $text )
setPersistentMenu ( $menu_items )
user ( $user_id )

보호된 메소드들

메소드 설명
addRecipient ( $data, $recipient_id )

메소드 상세

__construct() 공개 메소드

public __construct ( $token )

addRecipient() 보호된 메소드

protected addRecipient ( $data, $recipient_id )

addWhitelistedDomain() 공개 메소드

public addWhitelistedDomain ( array $domains )
$domains array

create() 공개 정적인 메소드

public static create ( $token )

deleteGetStartedButton() 공개 메소드

deleteGreetingText() 공개 메소드

public deleteGreetingText ( )

deletePersistentMenu() 공개 메소드

hubReply() 공개 메소드

public hubReply ( array $data, $verify_token )
$data array

receive() 공개 메소드

public receive ( $data )

removeWhitelistedDomain() 공개 메소드

public removeWhitelistedDomain ( array $domains )
$domains array

send() 공개 메소드

..
public send ( $message, $path = 'me/messages' )

setGetStartedButton() 공개 메소드

public setGetStartedButton ( $payload )

setGreetingText() 공개 메소드

public setGreetingText ( $text )

setPersistentMenu() 공개 메소드

public setPersistentMenu ( $menu_items )

user() 공개 메소드

public user ( $user_id )

프로퍼티 상세

$api 보호되어 있는 프로퍼티

protected $api

$notification_type 보호되어 있는 프로퍼티

protected $notification_type