mapdev\FacebookMessenger\Messages\AttachmentMessage::__construct PHP Method

__construct() public method

public __construct ( $type = AttachmentType::FILE )
    public function __construct($type = AttachmentType::FILE)
    {
        $this->type($type);
    }