mapdev\FacebookMessenger\Traits\MessageTrait::notification_type PHP Method

notification_type() public method

public notification_type ( $type )
    public function notification_type($type)
    {
        $this->notification_type = $type;
        return $this;
    }