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

create() public static method

public static create ( $type = AttachmentType::FILE )
    public static function create($type = AttachmentType::FILE)
    {
        return new static($type);
    }