PHP 클래스 mapdev\FacebookMessenger\Messages\AttachmentMessage

상속: implements mapdev\FacebookMessenger\Interfaces\MessageInterface, implements JsonSerializabl\JsonSerializable, use trait mapdev\FacebookMessenger\Traits\MessageTrait
파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

공개 프로퍼티들

프로퍼티 타입 설명
$attachment_id
$attachment_type
$attachment_url
$is_reuseable

공개 메소드들

메소드 설명
__construct ( $type = AttachmentType::FILE )
attachment_id ( $id )
audio ( $url )
create ( $type = AttachmentType::FILE )
file ( $url )
image ( $url )
is_reuseable ( )
jsonSerialize ( )
toArray ( )
type ( $type )
url ( $url )
video ( $url )

메소드 상세

__construct() 공개 메소드

public __construct ( $type = AttachmentType::FILE )

attachment_id() 공개 메소드

public attachment_id ( $id )

audio() 공개 메소드

public audio ( $url )

create() 공개 정적인 메소드

public static create ( $type = AttachmentType::FILE )

file() 공개 메소드

public file ( $url )

image() 공개 메소드

public image ( $url )

is_reuseable() 공개 메소드

public is_reuseable ( )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

toArray() 공개 메소드

public toArray ( )

type() 공개 메소드

public type ( $type )

url() 공개 메소드

public url ( $url )

video() 공개 메소드

public video ( $url )

프로퍼티 상세

$attachment_id 공개적으로 프로퍼티

public $attachment_id

$attachment_type 공개적으로 프로퍼티

public $attachment_type

$attachment_url 공개적으로 프로퍼티

public $attachment_url

$is_reuseable 공개적으로 프로퍼티

public $is_reuseable